Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 444 Bytes

File metadata and controls

16 lines (10 loc) · 444 Bytes

FirebirdDialect.CanUseRowNumber property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether the server supports ROWNUMBER.

public virtual bool CanUseRowNumber { get; }

Property Value

true if the server supports ROWNUMBER; otherwise, false.

See Also