Active Query Builder 2 .NET Edition reference
IsSupportLimitOffset Property



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

Reference

QueryTransformer Class
QueryTransformer Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback