AssociationAttribute Properties
Identifies the end of an association that is involved in an object relationship.Name | Description |
---|---|
AssemblyName | Gets or sets the assembly name where the type which is associated with the object at the opposite end of the association is declared. |
ElementTypeName | 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. |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
UseAssociationNameAsIntermediateTableName | 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