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