Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 396 Bytes

ScopeIdentityExpression.md

File metadata and controls

16 lines (10 loc) · 396 Bytes

MySqlDialect.ScopeIdentityExpression property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets the SCOPE IDENTITY expression.

public virtual string ScopeIdentityExpression { get; }

Property Value

The SCOPE IDENTITY expression.

See Also