C# Class Horton.MigrationGenerator.DDL.AddColumn

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

Méthodes publiques

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

Method Details

AddColumn() public méthode

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

AppendDDL() public méthode

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