RelationalOptionsExtension.UseRelationalNulls Property

Definition

Indicates whether or not to use relational database semantics when comparing null values. By default, Entity Framework will use C# semantics for null values, and generate SQL to compensate for differences in how the database handles nulls.

public virtual bool UseRelationalNulls { get; set; }
public virtual bool UseRelationalNulls { get; }
member this.UseRelationalNulls : bool with get, set
member this.UseRelationalNulls : bool
Public Overridable Property UseRelationalNulls As Boolean
Public Overridable ReadOnly Property UseRelationalNulls As Boolean

Property Value

Applies to