Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 387 Bytes

OffsetFetchFormat.md

File metadata and controls

16 lines (10 loc) · 387 Bytes

MySqlDialect.OffsetFetchFormat property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets the format for OFFSET FETCH statements.

public virtual string OffsetFetchFormat { get; }

Property Value

The offset fetch format.

See Also