C# Class Simple.Migrator.Fluent.ColumnChangeAction

Inheritance: ColumnAction
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

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

Method Details

ColumnChangeAction() public méthode

public ColumnChangeAction ( 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