Implemented interface member:
property
EntitySet
System.Data.IEntityStateEntry.EntitySet
26 references to EntitySet
System.Data.Entity (22)
System\Data\Objects\EntityEntry.cs (11)
158foreach (var foreignKey in ((EntitySet)EntitySet).ForeignKeyDependents) 175foreach (var foreignKey in ((EntitySet)EntitySet).ForeignKeyPrincipals) 890return new EntityRecordInfo(metadata.DataRecordInfo, _entityKey, (EntitySet)EntitySet); 1587tmpTypeMetadata = _cache.GetOrAddStateManagerTypeMetadata(complexObject.GetType(), (EntitySet)this.EntitySet); 2092Debug.Assert(EntitySet is EntitySet, "Expect entity entries to have true entity sets."); 2093if (!((EntitySet)EntitySet).HasForeignKeyRelationships) 2642(relationshipSet == null || relationshipSet == relationshipEntry.EntitySet)) 2723association = (AssociationSet)relationshipEntry.EntitySet; 2796association = (AssociationSet)relationshipEntry.EntitySet; 3472existingPrincipalKey = new EntityKey((EntitySet)existingPrincipalEntry.EntitySet, (IExtendedDataRecord)existingPrincipalEntry.CurrentValues); 3691EntitySet entitySet = EntitySet as EntitySet;
System\Data\Objects\ObjectContext.cs (2)
1722EntitySetBase actualEntitySet = cacheEntry.EntitySet; 1772EntitySetBase actualEntitySet = cacheEntry.EntitySet;
System\Data\Objects\ObjectStateManager.cs (8)
457if (!((EntitySet)newEntry.EntitySet).HasForeignKeyRelationships) 648StateManagerTypeMetadata typeMetadata = GetOrAddStateManagerTypeMetadata(wrappedEntity.IdentityType, (EntitySet)keyEntry.EntitySet); 669wrappedEntity.AttachContext(contextToAttach, (EntitySet)keyEntry.EntitySet, MergeOption.AppendOnly); 1393EntityReference reference = entry.WrappedEntity.RelationshipManager.GetRelatedEndInternal(((AssociationSet)relationshipEntry.EntitySet).ElementType.FullName, targetRoleName) as EntityReference; 1969var entitySet = (EntitySet)entry.EntitySet; 1984newKey = new EntityKey((EntitySet)entry.EntitySet, (IExtendedDataRecord)entry.CurrentValues); 2076EntityKey newKey = new EntityKey(entry.EntitySet); 3515EntityKey permanentRelatedKey = new EntityKey((EntitySet)relatedEntry.EntitySet, (IExtendedDataRecord)relatedEntry.CurrentValues);
System\Data\Objects\RelationshipEntry.cs (1)
284return new DataRecordInfo(TypeUsage.Create(((RelationshipSet)EntitySet).ElementType));
System.Data.Services (3)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
2379entry.EntitySet.Name, 2380entry.EntitySet.EntityContainer.Name, 2381entry.EntitySet.EntityContainer.Name == this.ObjectContext.DefaultContainerName);
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
407var elementEntitySet = Context.ObjectStateManager.GetObjectStateEntry(element).EntitySet;