Active Query Builder 2 .NET Edition reference
ExpandVirtualObjects Property



Instructs SQL Builder to expand virtual objects and fields to appropriate expressions, sub-queries and dervied tables in result SQL query text or not.
Syntax
'Declaration
 
Public Property ExpandVirtualObjects As System.Boolean
'Usage
 
Dim instance As BaseSQLBuilder
Dim value As System.Boolean
 
instance.ExpandVirtualObjects = value
 
value = instance.ExpandVirtualObjects
public System.bool ExpandVirtualObjects {get; set;}
public: __property System.bool get_ExpandVirtualObjects();
public: __property void set_ExpandVirtualObjects( 
   System.bool value
);

Property Value

Set this option to true to generate SQL query text for execution against real database server.
Set this option to false to generate SQL query text for the end-user to modify or to save it between work sessions.
See Also

Reference

BaseSQLBuilder Class
BaseSQLBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback