5 references to HasEntitySetIdProperty
System.Data.Entity (5)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (2)
210
if (typeInfo.
HasEntitySetIdProperty
)
434
if (typeInfo.
HasEntitySetIdProperty
)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
2450
if (outputTypeInfo.
HasEntitySetIdProperty
)
2750
if (typeInfo.
HasEntitySetIdProperty
)
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
354
if (this.
HasEntitySetIdProperty
)