EntitySetMapping Class

 

Represents the Mapping metadata for an EnitytSet in CS space.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)


public class EntitySetMapping : EntitySetBaseMapping

NameDescription
System_CAPS_pubmethodEntitySetMapping(EntitySet, EntityContainerMapping)

Initialiazes a new EntitySetMapping instance.

NameDescription
System_CAPS_pubpropertyContainerMapping

Gets the parent container mapping.(Inherited from EntitySetBaseMapping.)

System_CAPS_pubpropertyEntitySet

Gets the entity set that is mapped.

System_CAPS_pubpropertyEntityTypeMappings

Gets the contained entity type mappings.

System_CAPS_pubpropertyModificationFunctionMappings

Gets the corresponding function mappings.

System_CAPS_pubpropertyQueryView

Gets or sets the query view associated with this mapping.(Inherited from EntitySetBaseMapping.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.