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