Active Query Builder 2 .NET Edition reference
UseAltNames Property (BaseSQLBuilder)



Instructs to generate result SQL query text using alternate names or real database object and field names.
Syntax
'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.
Remarks
This property has no effect if alternate names aren't defined in the Metadata Container.
See Also

Reference

BaseSQLBuilder Class
BaseSQLBuilder Members
UseAltNames Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback