Active Query Builder 2 .NET Edition reference
UsedDatabaseObjectFields Property



Gets list of database object fields that were used in the query.
Syntax
'Declaration
 
Public ReadOnly Property UsedDatabaseObjectFields As StatisticsFieldList
'Usage
 
Dim instance As QueryStatistics
Dim value As StatisticsFieldList
 
value = instance.UsedDatabaseObjectFields
public StatisticsFieldList UsedDatabaseObjectFields {get;}
public: __property StatisticsFieldList* get_UsedDatabaseObjectFields();
Example
Use the Selected Property to get list of fields that were used for output (in the SELECT list of the query).
See Also

Reference

QueryStatistics Class
QueryStatistics Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback