Skip to content

ISqlDialect.UseScopeIdentity property

Gets a value indicating whether to use SCOPE IDENTITY.

public bool UseScopeIdentity { get; }

Property Value

true if SCOPE IDENTITY should be used; otherwise, false.

See Also