SqliteDialect.CanUseOffsetFetch property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether the server supports OFFSET FETCH.

public virtual bool CanUseOffsetFetch { get; }

Property Value

true if the server supports OFFSET FETCH; otherwise, false.

See Also