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
파일 보기 프로젝트 열기: weiqiyiji/Gymnastika

공개 메소드들

메소드 설명
Apply ( IManyToManyCollectionInstance instance ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( IManyToManyCollectionInstance instance ) : void
instance IManyToManyCollectionInstance
리턴 void