Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 486 Bytes

File metadata and controls

16 lines (10 loc) · 486 Bytes

OracleDialect.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