C# Class Horton.MigrationGenerator.DDL.AddColumn

Inheritance: AbstractDatabaseChange
ファイルを表示 Open project: jdaigle/Horton

Public Methods

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

Method Details

AddColumn() public method

public AddColumn ( string objectIdentifier, ColumnInfo column ) : System.CodeDom.Compiler
objectIdentifier string
column ColumnInfo
return System.CodeDom.Compiler

AppendDDL() public method

public AppendDDL ( IndentedTextWriter textWriter ) : void
textWriter System.CodeDom.Compiler.IndentedTextWriter
return void