Active Query Builder 2 .NET Edition reference
ResultQueryAST Property



Gets the abstract sytnax tree of result SQL query.
Syntax
'Declaration
 
Public ReadOnly Property ResultQueryAST As SQLSelectStatement
'Usage
 
Dim instance As QueryBuilder
Dim value As SQLSelectStatement
 
value = instance.ResultQueryAST
public SQLSelectStatement ResultQueryAST {get;}
public: __property SQLSelectStatement* get_ResultQueryAST();
Remarks
The abstract syntax tree is a lowest query representation level that treats SQL query as a set of tokens. Higher level of the query representation objects is avaialble via the Query property.
See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback