SqlServer2000Dialect.CanUseOffsetFetch property
namespace: Serenity.Data assembly: Serenity.Net.Data
Gets a value indicating whether the server supports OFFSET FETCH.
public virtual bool CanUseOffsetFetch { get; }
Property Value
true if the server supports OFFSET FETCH; otherwise, false.
See Also
- class SqlServer2000Dialect