ISqlDialect.CanUseOffsetFetch property
Gets a value indicating whether the server supports OFFSET FETCH.
public bool CanUseOffsetFetch { get; }
Property Value
true if the server supports OFFSET FETCH; otherwise, false.
See Also
- interface ISqlDialect