Active Query Builder 2 .NET Edition reference
AddLinkedObjects Property



Instructs Query Builder to automatically add tables that required to link the newly added table to already existing tables in the query.
Syntax
'Declaration
 
Public Property AddLinkedObjects As System.Boolean
'Usage
 
Dim instance As BehaviorOptions
Dim value As System.Boolean
 
instance.AddLinkedObjects = value
 
value = instance.AddLinkedObjects
public System.bool AddLinkedObjects {get; set;}
public: __property System.bool get_AddLinkedObjects();
public: __property void set_AddLinkedObjects( 
   System.bool value
);
Remarks

For example, havnig three tables in the database linked with each other (Orders -> [Order Details] <- Products), the [Order Details] table will be added automatically after the user adds the Orders and the Products tables to the query.

Setting this property to true is necessary to work when Design Pane is hidden.

See Also

Reference

BehaviorOptions Class
BehaviorOptions Members
DeleteUnusedObjects Property
DesignPaneVisible Property
ShowFields Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback