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



Instructs to display alternate names instead of real database object and field names in the Query Builder.
Syntax
'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;}
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.

Use the SQL Builder's UseAltNames property to control generation of result SQL query text with or without alternate names.

See Also

Reference

BehaviorOptions Class
BehaviorOptions Members
UseAltNames Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback