6 references to CellConstant
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (4)
160
TypeConstant typeConstant = constantSlot.
CellConstant
as TypeConstant;
190
if (constantSlot != null && (constantSlot.
CellConstant
.IsNull() || constantSlot.
CellConstant
.IsUndefined()))
361
TypeConstant typeConstant = constantSlot.
CellConstant
as TypeConstant;
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
544
else if (constantSlot != null && constantSlot.
CellConstant
.IsNull())
569
if (constantSlot != null && constantSlot.
CellConstant
.IsNull())