5 references to EntitySet
System.Data.Entity (5)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
169
Append(",", simple.
EntitySet
);
System\Data\Common\Internal\Materialization\Translator.cs (2)
916
if (simpleEntityIdentity.
EntitySet
== null)
923
entitySetReader = Expression.Constant(simpleEntityIdentity.
EntitySet
, typeof(EntitySet));
System\Data\Query\InternalTrees\ColumnMap.cs (1)
948
sb.AppendFormat(CultureInfo.InvariantCulture, "[(ES={0}) (Keys={", this.
EntitySet
.Name);
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
155
return new SimpleEntityIdentity(entityIdentity.
EntitySet
, newKeys);