Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 458 Bytes

File metadata and controls

16 lines (10 loc) · 458 Bytes

Oracle12cDialect.CanUseOffsetFetch property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether the server supports OFFSET FETCH.

public override bool CanUseOffsetFetch { get; }

Property Value

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

See Also