1 write to IsNull
System.Data.Entity (1)
System\Data\Mapping\FunctionImportMapping.cs (1)
655this.IsNull = isNull;
2 references to IsNull
System.Data.Entity (2)
System\Data\Mapping\FunctionImportMapping.cs (2)
662get { return IsNull ? ValueCondition.IsNull : ValueCondition.IsNotNull; } 668return valueIsNull == this.IsNull;