Skip to content

ISqlDialect.UseReturningIntoVar property

Gets a value indicating whether to use RETURNING INTO variable.

public bool UseReturningIntoVar { get; }

Property Value

true if RETURNING INTO variable should be used; otherwise, false.

See Also