ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > BehaviorOptions Class : UseAltNames Property |
'Declaration Public Property UseAltNames As System.Boolean
'Usage Dim instance As BehaviorOptions Dim value As System.Boolean instance.UseAltNames = value value = instance.UseAltNames
public System.bool UseAltNames {get; set;}
This property has no effect if alternate names aren't defined in the Metadata Container.
Use the SQL Builder's UseAltNames property to control generation of result SQL query text with or without alternate names.