Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 388 Bytes

File metadata and controls

16 lines (10 loc) · 388 Bytes

SqliteDialect.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