Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 476 Bytes

CanUseSkipKeyword.md

File metadata and controls

16 lines (10 loc) · 476 Bytes

ISqlDialect.CanUseSkipKeyword property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether the server supports SKIP keyword (or a variation of it).

public bool CanUseSkipKeyword { get; }

Property Value

true if the server supports a variation of SKIP keyword; otherwise, false.

See Also