Share via


SqlNullabilityProcessor.PreferExistsToInWithCoalesce Property

Definition

Determines whether an InExpression will be transformed to an ExistsExpression when it would otherwise require complex compensation for null semantics.

protected virtual bool PreferExistsToInWithCoalesce { get; }
member this.PreferExistsToInWithCoalesce : bool
Protected Overridable ReadOnly Property PreferExistsToInWithCoalesce As Boolean

Property Value

Applies to