C# Class Horton.MigrationGenerator.DDL.CreateIndex

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

Public Methods

Method Description
AppendDDL ( IndentedTextWriter textWriter ) : void

Private Methods

Method Description
FromSQL ( Sys table, Sys index ) : CreateIndex

Method Details

AppendDDL() public method

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