Active Query Builder 2 .NET Edition reference
IsFromQuery Property (StatisticsField)



Indicates that the field was explicitly used in the query.
Syntax
public System.bool IsFromQuery {get; set;}
public: __property System.bool get_IsFromQuery();
public: __property void set_IsFromQuery( 
   System.bool value
);
'Declaration
 
Public Property IsFromQuery As System.Boolean
 
'Usage
 
Dim instance As StatisticsField
Dim value As System.Boolean
 
instance.IsFromQuery = value
 
value = instance.IsFromQuery
Remarks
A field might also be added to the query during expansion of virtual objects and fields.
See Also

Reference

StatisticsField Class
StatisticsField Members
IsFromVirtual Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback