C# Класс 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
Наследование: IHasManyToManyConvention
Показать файл Открыть проект

Открытые методы

Метод Описание
Apply ( IManyToManyCollectionInstance instance ) : void

Описание методов

Apply() публичный Метод

public Apply ( IManyToManyCollectionInstance instance ) : void
instance IManyToManyCollectionInstance
Результат void