Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 407 Bytes

File metadata and controls

16 lines (10 loc) · 407 Bytes

MySqlDialect.UseTakeAtEnd property

namespace: Serenity.Data   assemblySerenity.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