SqliteDialect.UseTakeAtEnd property
namespace: Serenity.Data assembly: Serenity.Net.Data
Gets a value indicating whether to use TAKE at end.
public virtual bool UseTakeAtEnd { get; }
Property Value
true if to use TAKE at end; otherwise, false.
See Also
- class SqliteDialect