C# Class Gymnastika.Data.Conventions.ManyToManyTableConvention

This is used for many-to-many relationship mapping, if there's two tables "Customers" and "Products", then the medium table name is "Customer_Product_Relations", the table names are in alphabetic order
Inheritance: IHasManyToManyConvention
Datei anzeigen Open project: weiqiyiji/Gymnastika

Public Methods

Method Description
Apply ( IManyToManyCollectionInstance instance ) : void

Method Details

Apply() public method

public Apply ( IManyToManyCollectionInstance instance ) : void
instance IManyToManyCollectionInstance
return void