Skip to content

ISqlDialect.UseReturningIdentity property

Gets a value indicating whether to use RETURNING identity.

public bool UseReturningIdentity { get; }

Property Value

true if RETURNING identity should be used; otherwise, false.

See Also