SqlServer2000Dialect.CanUseSkipKeyword property
namespace: Serenity.Data assembly: Serenity.Net.Data
Gets a value indicating whether the server supports SKIP keyword (or a variation of it).
public virtual bool CanUseSkipKeyword { get; }
Property Value
true if the server supports a variation of SKIP keyword; otherwise, false.
See Also
- class SqlServer2000Dialect