AssociationAttribute Properties
.NET Framework (current version)
Namespace:
System.ComponentModel.DataAnnotations
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
| Name | Description | |
|---|---|---|
![]() | IsForeignKey | Gets or sets a value that indicates whether the association member represents a foreign key. |
![]() | Name | Gets the name of the association. |
![]() | OtherKey | Gets the property names of the key values on the OtherKey side of the association. |
![]() | OtherKeyMembers | Gets a collection of individual key members that are specified in the OtherKey property. |
![]() | ThisKey | Gets the property names of the key values on the ThisKey side of the association. |
![]() | ThisKeyMembers | Gets a collection of individual key members that are specified in the ThisKey property. |
![]() | TypeId |
Show:
