EntityContainer Class
Class for representing an entity container
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Metadata.Edm.MetadataItem
System.Data.Entity.Core.Metadata.Edm.GlobalItem
System.Data.Entity.Core.Metadata.Edm.EntityContainer
Name | Description | |
---|---|---|
![]() | EntityContainer(String, DataSpace) | Creates an entity container with the specified name and data space. |
Name | Description | |
---|---|---|
![]() | AssociationSets | Gets the association sets for this entity container. |
![]() | BaseEntitySets | Gets a list of entity sets and association sets that this EntityContainer includes. |
![]() | BuiltInTypeKind | Gets the built-in type kind for this EntityContainer.(Overrides MetadataItem.BuiltInTypeKind.) |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | EntitySets | Gets the entity sets for this entity container. |
![]() | FunctionImports | Specifies a collection of EdmFunction elements. Each function contains the details of a stored procedure that exists in the database or equivalent CommandText that is mapped to an entity and its properties. |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Name | Gets the name of this EntityContainer. |
Name | Description | |
---|---|---|
![]() | AddAnnotation(String, Object) | Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.) |
![]() | AddEntitySetBase(EntitySetBase) | Adds the specified entity set to the container. |
![]() | AddFunctionImport(EdmFunction) | Adds a function import to the container. |
![]() ![]() | Create(String, DataSpace, IEnumerable<EntitySetBase>, IEnumerable<EdmFunction>, IEnumerable<MetadataProperty>) | The factory method for constructing the EntityContainer object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEntitySetByName(String, Boolean) | Returns an EntitySet object by using the specified name for the entity set. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRelationshipSetByName(String, Boolean) | Returns a RelationshipSet object by using the specified name for the relationship set. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveAnnotation(String) | Removes an annotation with the specified name.(Inherited from MetadataItem.) |
![]() | RemoveEntitySetBase(EntitySetBase) | Removes a specific entity set from the container. |
![]() | ToString() | Returns the name of this EntityContainer.(Overrides Object.ToString().) |
![]() | TryGetEntitySetByName(String, Boolean, EntitySet) | Returns an EntitySet object by using the specified name for the entity set. |
![]() | TryGetRelationshipSetByName(String, Boolean, RelationshipSet) | Returns a RelationshipSet object by using the specified name for the relationship set. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.