Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 483 Bytes

CanUseSkipKeyword.md

File metadata and controls

16 lines (10 loc) · 483 Bytes

MySqlDialect.CanUseSkipKeyword property

namespace: Serenity.Data   assemblySerenity.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