Skip to content

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