ManyToManyAliasAttribute Constructors
Applied to properties. Binds parts of the many-to-many relationship defined with an intermediate object.Name | Parameters | Description |
---|---|---|
ManyToManyAliasAttribute(String, String) | oneToManyCollectionName, referenceInTheIntermediateTableName | Initializes a new instance of the ManyToManyAliasAttribute class with specified settings. |
See Also