EntitySetMapping Class
Represents the Mapping metadata for an EnitytSet in CS space.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.EntitySetBaseMapping
System.Data.Entity.Core.Mapping.EntitySetMapping
Name | Description | |
---|---|---|
![]() | EntitySetMapping(EntitySet, EntityContainerMapping) | Initialiazes a new EntitySetMapping instance. |
Name | Description | |
---|---|---|
![]() | ContainerMapping | Gets the parent container mapping.(Inherited from EntitySetBaseMapping.) |
![]() | EntitySet | Gets the entity set that is mapped. |
![]() | EntityTypeMappings | Gets the contained entity type mappings. |
![]() | ModificationFunctionMappings | Gets the corresponding function mappings. |
![]() | QueryView | Gets or sets the query view associated with this mapping.(Inherited from EntitySetBaseMapping.) |
Name | Description | |
---|---|---|
![]() | AddModificationFunctionMapping(EntityTypeModificationFunctionMapping) | Adds a function mapping. |
![]() | AddTypeMapping(EntityTypeMapping) | Adds a type mapping. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveModificationFunctionMapping(EntityTypeModificationFunctionMapping) | Removes a function mapping. |
![]() | RemoveTypeMapping(EntityTypeMapping) | Removes a type mapping. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.