C# 클래스 Simple.Migrator.ProviderFactory

Handles loading Provider implementations
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
Create ( string providerName, string connectionString ) : ITransformationProvider
GetDialect ( string providerName ) : Dialect

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string providerName, string connectionString ) : ITransformationProvider
providerName string
connectionString string
리턴 ITransformationProvider

GetDialect() 공개 정적인 메소드

public static GetDialect ( string providerName ) : Dialect
providerName string
리턴 Simple.Migrator.Providers.Dialect