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