Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

ManyToManyAliasAttribute Properties

Applied to properties. Binds parts of the many-to-many relationship defined with an intermediate object.
Name Description
OneToManyCollectionName The name of the collection with intermediate objects (the name of the “many” side in the one-to-many relationship with an intermediate object).
ReferenceInTheIntermediateTableName 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).
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also