C# 클래스 Migrator.Tests.Providers.GenericTransformationProvider

상속: Migrator.Providers.TransformationProvider
파일 보기 프로젝트 열기: nats/migratordotnet 1 사용 예제들

공개 메소드들

메소드 설명
ConstraintExists ( string table, string name ) : bool
GenericTransformationProvider ( ) : Migrator.Providers
IndexExists ( string table, string name ) : bool

메소드 상세

ConstraintExists() 공개 메소드

public ConstraintExists ( string table, string name ) : bool
table string
name string
리턴 bool

GenericTransformationProvider() 공개 메소드

public GenericTransformationProvider ( ) : Migrator.Providers
리턴 Migrator.Providers

IndexExists() 공개 메소드

public IndexExists ( string table, string name ) : bool
table string
name string
리턴 bool