C# 클래스 Customer.Project.DataAccess.NHibernateHelpers.StringToVarCharPropertyConvention

Ensures that all of our strings are stored as varchar instead of nvarchar. Map to varchar to substantially improve the performance of queries.
상속: IPropertyConvention
파일 보기 프로젝트 열기: atosorigin/AtosMvcStarterKit

공개 메소드들

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

메소드 상세

Apply() 공개 메소드

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