ISqlDialect.CanUseRowNumber property
Gets a value indicating whether the server supports ROWNUMBER.
public bool CanUseRowNumber { get; }
Property Value
true if the server supports ROWNUMBER; otherwise, false.
See Also
- interface ISqlDialect
Gets a value indicating whether the server supports ROWNUMBER.
public bool CanUseRowNumber { get; }
true if the server supports ROWNUMBER; otherwise, false.