C# Class Horton.MigrationGenerator.DDL.AlterColumn

Inheritance: AbstractDatabaseChange
Afficher le fichier Open project: jdaigle/Horton

Méthodes publiques

Méthode Description
AlterColumn ( string objectIdentifier, ColumnInfo column, string note ) : System.CodeDom.Compiler
AppendDDL ( IndentedTextWriter textWriter ) : void

Method Details

AlterColumn() public méthode

public AlterColumn ( string objectIdentifier, ColumnInfo column, string note ) : System.CodeDom.Compiler
objectIdentifier string
column ColumnInfo
note string
Résultat System.CodeDom.Compiler

AppendDDL() public méthode

public AppendDDL ( IndentedTextWriter textWriter ) : void
textWriter System.CodeDom.Compiler.IndentedTextWriter
Résultat void