C# Class Horton.MigrationGenerator.DDL.CreateTable

Inheritance: AbstractDatabaseChange
Afficher le fichier Open project: jdaigle/Horton Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
FromSQL ( Table table ) : CreateTable

Method Details

AppendDDL() public méthode

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

CreateTable() public méthode

public CreateTable ( string objectIdentifier, IEnumerable columns, string note ) : System.CodeDom.Compiler
objectIdentifier string
columns IEnumerable
note string
Résultat System.CodeDom.Compiler