4 references to NullSentinelProperty
System.Data.Entity (4)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (2)
125
nullSentinelColumnMap = CreateSimpleColumnMap(md.Helper.GetModelTypeUsage(typeInfo.
NullSentinelProperty
), c_NullSentinelColumnName);
410
nullSentinelColumnMap = CreateSimpleColumnMap(md.Helper.GetModelTypeUsage(typeInfo.
NullSentinelProperty
), c_NullSentinelColumnName);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
2491
PlanCompiler.Assert(inputFields[0] == inputTypeInfo.
NullSentinelProperty
, "InputField0 must be the null sentinel property");
2764
newFields.Add(typeInfo.
NullSentinelProperty
);