ObjectContextOptions::UseCSharpNullComparisonBehavior Property
.NET Framework (current version)
Gets or sets a Boolean value that determines whether to use the C# NullComparison behavior.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property bool UseCSharpNullComparisonBehavior { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the C# NullComparison behavior should be used; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: