AssociationAttribute Properties

 

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

NameDescription
System_CAPS_pubpropertyIsForeignKey

Gets or sets a value that indicates whether the association member represents a foreign key.

System_CAPS_pubpropertyName

Gets the name of the association.

System_CAPS_pubpropertyOtherKey

Gets the property names of the key values on the OtherKey side of the association.

System_CAPS_pubpropertyOtherKeyMembers

Gets a collection of individual key members that are specified in the OtherKey property.

System_CAPS_pubpropertyThisKey

Gets the property names of the key values on the ThisKey side of the association.

System_CAPS_pubpropertyThisKeyMembers

Gets a collection of individual key members that are specified in the ThisKey property.

System_CAPS_pubpropertyTypeId

When implemented in a derived class, gets a unique identifier for this Attribute.(Inherited from Attribute.)

Return to top
Show: