3 references to GetEntitySet
System.Data.Entity (3)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
548
md.EntitySet entitySet = m_typeInfo.
GetEntitySet
(entityType);
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
351
bool hasOneSet =
GetEntitySet
(rootType) != null;
682
bool result = ((entityType != null) && (
GetEntitySet
(entityType) == null));