RelationalOptionsExtension.UseRelationalNulls Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework