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