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
- interface ISqlDialect
Gets a value indicating whether to use SCOPE IDENTITY.
public bool UseScopeIdentity { get; }
true if SCOPE IDENTITY should be used; otherwise, false.