8 references to IsNull
System.Data.Entity (8)
System\Data\Mapping\FunctionImportMappingComposable.cs (2)
397
if (condition.
IsNull
.HasValue)
399
return condition.
IsNull
.Value ? (DbExpression)columnRef.IsNull() : (DbExpression)columnRef.IsNull().Not();
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
214
this.AddObjectContentToHashBuilder(storageConditionPropertyMapping.
IsNull
);
System\Data\Mapping\StorageConditionPropertyMapping.cs (2)
151
if (this.
IsNull
.HasValue) {
153
sb.Append(this.
IsNull
);
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
364
conditionPropertyMapping.
IsNull
.HasValue)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
476
if (conditionMap.
IsNull
.HasValue)
479
Constant conditionConstant = (true == conditionMap.
IsNull
.Value) ? Constant.Null : Constant.NotNull;