Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 460 Bytes

File metadata and controls

16 lines (10 loc) · 460 Bytes

SqlServer2005Dialect.CanUseRowNumber property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether the server supports ROWNUMBER.

public override bool CanUseRowNumber { get; }

Property Value

true if the server supports ROWNUMBER; otherwise, false.

See Also