AssociationAttribute Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The AssociationAttribute type exposes the following members.

Properties

  Name Description
Public property IsForeignKey Gets or sets the member as the foreign key in an association that represents a data relationship.
Public property Name Gets the name used to identify the association.
Public property OtherKey Gets a comma-separated list of the property names of the key values on the other side of the association.
Public property OtherKeyMembers Gets the collection of individual key values specified in the OtherKey property.
Public property ThisKey Gets a comma-separated list of property names of the key values on this side of the association.
Public property ThisKeyMembers Gets the collection of individual key values specified in the ThisKey property.

Top