Active Query Builder 2 .NET Edition reference
Query Property



Provides access to the main Query object.
Syntax
'Declaration
 
Public ReadOnly Property Query As Query
'Usage
 
Dim instance As QueryBuilder
Dim value As Query
 
value = instance.Query
public Query Query {get;}
public: __property Query* get_Query();
Remarks
Using this property you can get access to the full set of internal query representation objects: sub-queries and sub-query parts.
See Also

Reference

QueryBuilder Class
QueryBuilder Members
ActiveSubQuery Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback