ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > BehaviorOptions Class : AddLinkedObjects Property |
'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;}
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.