AssociationAttribute Properties
Identifies the end of an association that is involved in an object relationship.
Name | Description |
---|---|
Assembly |
Gets or sets the assembly name where the type which is associated with the object at the opposite end of the association is declared. |
Element |
Gets or sets the full name of the type which describes the object on the opposite end of the association. |
Name | Gets the name of the association. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
Use |
Gets or sets whether the association’s name is used as the name of a junction table in a many-to-many relationship. |
See Also