System.ComponentModel.DataAnnotations.AssociationAttribute
Specifies that an entity member represents a data relationship, such as a foreign key relationship.
Gets or sets a value that indicates whether the association member represents a foreign key.
Gets the name of the association.
Gets the property names of the key values on the OtherKey side of the association.
Gets a collection of individual key members that are specified in the OtherKey property.
Gets the property names of the key values on the ThisKey side of the association.
Gets a collection of individual key members that are specified in the ThisKey property.
Initializes a new instance of the AssociationAttribute class.