ManyToManyAliasAttribute Properties
Applied to properties. Binds parts of the many-to-many relationship defined with an intermediate object.
Name | Description |
---|---|
One |
The name of the collection with intermediate objects (the name of the “many” side in the one-to-many relationship with an intermediate object). |
Reference |
The name of the intermediate object property that stores the link to an object you want to bind with a many-to-many relationship (the name of the “one” side in the one-to-many relationship with an intermediate object). |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also