C# Class Simple.Migrator.Fluent.ColumnAddAction

Inheritance: ColumnAction
Afficher le fichier Open project: juanplopes/simple Class Usage Examples

Méthodes publiques

Méthode Description
ColumnAddAction ( TableAction table, string name, DbType type ) : System
Execute ( ITransformationProvider provider ) : void

Method Details

ColumnAddAction() public méthode

public ColumnAddAction ( TableAction table, string name, DbType type ) : System
table TableAction
name string
type DbType
Résultat System

Execute() public méthode

public Execute ( ITransformationProvider provider ) : void
provider ITransformationProvider
Résultat void