C# Class Horton.MigrationGenerator.DDL.AlterColumn

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

Public Methods

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

Method Details

AlterColumn() public method

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

AppendDDL() public method

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