C# Class Migrator.Tests.Providers.GenericTransformationProvider

Inheritance: Migrator.Providers.TransformationProvider
Mostra file Open project: nats/migratordotnet Class Usage Examples

Public Methods

Method Description
ConstraintExists ( string table, string name ) : bool
GenericTransformationProvider ( ) : Migrator.Providers
IndexExists ( string table, string name ) : bool

Method Details

ConstraintExists() public method

public ConstraintExists ( string table, string name ) : bool
table string
name string
return bool

GenericTransformationProvider() public method

public GenericTransformationProvider ( ) : Migrator.Providers
return Migrator.Providers

IndexExists() public method

public IndexExists ( string table, string name ) : bool
table string
name string
return bool