Instructs to generate result SQL query text using alternate names or real database object and field names.
'Declaration
Public Property UseAltNames As System.Boolean
'Usage
Dim instance As BaseSQLBuilder
Dim value As System.Boolean
instance.UseAltNames = value
value = instance.UseAltNames
public System.bool UseAltNames {get; set;}
public: __property System.bool get_UseAltNames();
public: __property void set_UseAltNames(
System.bool value
);
Property Value
Set this option to true to generate SQL query text for the end-user to modify or to save it between work sessions.
Set this option to false to generate SQL query text for execution against real database server.