C# Class Migrator.Tests.Providers.GenericTransformationProvider

Inheritance: Migrator.Providers.TransformationProvider
Afficher le fichier Open project: nats/migratordotnet Class Usage Examples

Méthodes publiques

Méthode Description
ConstraintExists ( string table, string name ) : bool
GenericTransformationProvider ( ) : Migrator.Providers
IndexExists ( string table, string name ) : bool

Method Details

ConstraintExists() public méthode

public ConstraintExists ( string table, string name ) : bool
table string
name string
Résultat bool

GenericTransformationProvider() public méthode

public GenericTransformationProvider ( ) : Migrator.Providers
Résultat Migrator.Providers

IndexExists() public méthode

public IndexExists ( string table, string name ) : bool
table string
name string
Résultat bool