Skip to content

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