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