Active Query Builder 2 .NET Edition reference
AllowChildAutoItems Property



Allows to create child structure items automatically according to the physical database schema or not.
Syntax
'Declaration
 
Public Property AllowChildAutoItems As System.Boolean
'Usage
 
Dim instance As MetadataStructureItem
Dim value As System.Boolean
 
instance.AllowChildAutoItems = value
 
value = instance.AllowChildAutoItems
public System.bool AllowChildAutoItems {get; set;}
public: __property System.bool get_AllowChildAutoItems();
public: __property void set_AllowChildAutoItems( 
   System.bool value
);
See Also

Reference

MetadataStructureItem Class
MetadataStructureItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback