C# Class Horton.MigrationGenerator.DDL.CreateTable

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

Public Methods

Method Description
AppendDDL ( IndentedTextWriter textWriter ) : void
CreateTable ( string objectIdentifier, IEnumerable columns, string note ) : System.CodeDom.Compiler

Private Methods

Method Description
FromSQL ( Table table ) : CreateTable

Method Details

AppendDDL() public method

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

CreateTable() public method

public CreateTable ( string objectIdentifier, IEnumerable columns, string note ) : System.CodeDom.Compiler
objectIdentifier string
columns IEnumerable
note string
return System.CodeDom.Compiler