Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 421 Bytes

File metadata and controls

16 lines (10 loc) · 421 Bytes

MySqlDialect.UseScopeIdentity property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether to use scope identity.

public virtual bool UseScopeIdentity { get; }

Property Value

true if to use scope identity; otherwise, false.

See Also