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



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

Reference

StatisticsDatabaseObject Class
StatisticsDatabaseObject Members
IsFromVirtual Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback