ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > BehaviorOptions Class : DeleteUnusedObjects Property |
'Declaration Public Property DeleteUnusedObjects As System.Boolean
'Usage Dim instance As BehaviorOptions Dim value As System.Boolean instance.DeleteUnusedObjects = value value = instance.DeleteUnusedObjects
public System.bool DeleteUnusedObjects {get; set;}
For example, havnig three tables in the database linked with each other (Orders -> [Order Details] <- Products), the [Order Details] table with no fields selected will be removed automatically after the user removes the Orders or the Products table from the query.
Setting this property to true is necessary to work when Design Pane is hidden.