namespace: Serenity.Data assembly: Serenity.Net.Data
Gets a value indicating whether the server supports SKIP keyword (or a variation of it).
public bool CanUseSkipKeyword { get; }
true
if the server supports a variation of SKIP keyword; otherwise, false
.
- interface ISqlDialect