C# 클래스 Simple.Migrator.MigratorOptions

파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
AddTypes ( IEnumerable types ) : MigratorOptions
FromAssembly ( Assembly asm ) : MigratorOptions

Collect migrations in one Assembly.

MigratorOptions ( string provider, string connectionString ) : System
WithSchemaTable ( string table ) : MigratorOptions
WriteWith ( Action writer ) : MigratorOptions

메소드 상세

AddTypes() 공개 메소드

public AddTypes ( IEnumerable types ) : MigratorOptions
types IEnumerable
리턴 MigratorOptions

FromAssembly() 공개 메소드

Collect migrations in one Assembly.
public FromAssembly ( Assembly asm ) : MigratorOptions
asm System.Reflection.Assembly The Assembly to browse.
리턴 MigratorOptions

MigratorOptions() 공개 메소드

public MigratorOptions ( string provider, string connectionString ) : System
provider string
connectionString string
리턴 System

WithSchemaTable() 공개 메소드

public WithSchemaTable ( string table ) : MigratorOptions
table string
리턴 MigratorOptions

WriteWith() 공개 메소드

public WriteWith ( Action writer ) : MigratorOptions
writer Action
리턴 MigratorOptions