4 references to GetRelProperties
System.Data.Entity (4)
System\Data\Query\InternalTrees\RelPropertyHelper.cs (1)
216
foreach (RelProperty p in
GetRelProperties
(entityType.BaseType as EntityTypeBase))
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
301
relProperties = m_typeInfo.RelPropertyHelper.
GetRelProperties
(typeInfo.Type.EdmType as md.EntityTypeBase);
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1772
relProperties = new List<RelProperty>(m_relPropertyHelper.
GetRelProperties
(entityType));
1845
foreach (RelProperty relProperty in m_relPropertyHelper.
GetRelProperties
(entityType))