AssociationSet Class
Represents an association set in the conceptual model.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
System.Data.Metadata.Edm::MetadataItem
System.Data.Metadata.Edm::EntitySetBase
System.Data.Metadata.Edm::RelationshipSet
System.Data.Metadata.Edm::AssociationSet
| Name | Description | |
|---|---|---|
![]() | AssociationSetEnds | Gets the ends of this AssociationSet. |
![]() | BuiltInTypeKind | Gets the built-in type kind for this AssociationSet.(Overrides RelationshipSet::BuiltInTypeKind.) |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | ElementType | Gets the association related to this AssociationSet. |
![]() | EntityContainer | Gets the entity container of the current entity or relationship set.(Inherited from EntitySetBase.) |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Name | Gets the name of the current entity or relationship set.(Inherited from EntitySetBase.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns the name of the current entity or relationship set.(Inherited from EntitySetBase.) |
| Name | Description | |
|---|---|---|
![]() | Scan() | Creates a new DbScanExpression that references the specified entity or relationship set. (Defined by DbExpressionBuilder.) |
In CSDL, an AssociationSet contains the instances of the AssociationType. For more information, see Association Sets (EDM).
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

