6 overrides of IsUndefined
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Structures\Constant.cs (3)
150
internal override bool
IsUndefined
()
218
internal override bool
IsUndefined
()
289
internal override bool
IsUndefined
()
System\Data\Mapping\ViewGeneration\Structures\NegatedConstant.cs (1)
78
internal override bool
IsUndefined
()
System\Data\Mapping\ViewGeneration\Structures\ScalarConstant.cs (1)
63
internal override bool
IsUndefined
()
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (1)
68
internal override bool
IsUndefined
()
1 reference to IsUndefined
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (1)
190
if (constantSlot != null && (constantSlot.CellConstant.IsNull() || constantSlot.CellConstant.
IsUndefined
()))