Instructs SQL Builder to expand virtual objects and fields to appropriate expressions, sub-queries and dervied tables in result SQL query text or not.
'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.