MySqlDialect.UseRowNum property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether ROWNUM.

public virtual bool UseRowNum { get; }

Property Value

true if can use ROWNUM; otherwise, false.

See Also