Active Query Builder 2 .NET Edition reference
Selected Property



Indicates that the field is used in the SELECT list, i.e. it affects the query result set.
Syntax
'Declaration
 
Public ReadOnly Property Selected As System.Boolean
'Usage
 
Dim instance As StatisticsField
Dim value As System.Boolean
 
value = instance.Selected
public System.bool Selected {get;}
public: __property System.bool get_Selected();
Remarks
Unlike the QueryStatistics.OutputColumns, this property allows to retrieve the list of fields, not expressions that were used for output.
See Also

Reference

StatisticsField Class
StatisticsField Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback