Skip to main content
All docs
V23.2
.NET 6.0+

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