Active Query Builder 2 .NET Edition reference
IsSupportLimitCount Property



Indicates if it's possible to limit the number of records by means of the current database server SQL syntax.
Syntax
'Declaration
 
Public ReadOnly Property IsSupportLimitCount As System.Boolean
'Usage
 
Dim instance As QueryTransformer
Dim value As System.Boolean
 
value = instance.IsSupportLimitCount
public System.bool IsSupportLimitCount {get;}
public: __property System.bool get_IsSupportLimitCount();
See Also

Reference

QueryTransformer Class
QueryTransformer Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback