Active Query Builder 2 .NET Edition reference
ActiveSubQuery Property



Provides access to the currently visible to end-user sub-query.
Syntax
'Declaration
 
Public Property ActiveSubQuery As SubQuery
'Usage
 
Dim instance As QueryBuilder
Dim value As SubQuery
 
instance.ActiveSubQuery = value
 
value = instance.ActiveSubQuery
public SubQuery ActiveSubQuery {get; set;}
public: __property SubQuery* get_ActiveSubQuery();
public: __property void set_ActiveSubQuery( 
   SubQuery* value
);
Remarks

Read the QueryBuilder.ActiveSubQuery.ActiveUnionSubQuery reference to get access to the currently active union sub-query. SubQuery object is a container for the UnionSubQuery objects joined with one of the following operators UNION, EXCEPT, INTERSECT, MINUS. A SubQuery contains single UnionSubQuery object if it doesn't have unions.

See Also

Reference

QueryBuilder Class
QueryBuilder Members
Query Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback