5 references to TypeIdProperty
System.Data.Entity (5)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
360
SimpleColumnMap typeIdColumnMap = CreateTypeIdColumnMap(rootTypeInfo.
TypeIdProperty
);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (4)
351
result = BuildAccessorWithNulls(input, typeInfo.
TypeIdProperty
);
2725
newFields.Add(typeInfo.
TypeIdProperty
);
2887
newFields.Add(typeInfo.
TypeIdProperty
);
2888
var typeIdType = md.Helper.GetModelTypeUsage(typeInfo.
TypeIdProperty
);