namespace: Serenity.Data assembly: Serenity.Net.Data
Gets a value indicating whether the server supports ROWNUMBER.
public override bool CanUseRowNumber { get; }
true
if the server supports ROWNUMBER; otherwise, false
.
- class SqlServer2005Dialect