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