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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework