C# Class Horton.MigrationGenerator.DDL.ColumnInfo

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

Méthodes publiques

Méthode Description
AppendDDL ( IndentedTextWriter textWriter, bool includeConstraints ) : void
ColumnInfo ( string name, string dataType ) : System.CodeDom.Compiler

Private Methods

Méthode Description
FixColumnType ( ) : void
FromEF6 ( System.Data.Entity.Core.Metadata.Edm.EdmProperty property, string tableName ) : ColumnInfo
FromSQL ( Column column ) : ColumnInfo
PrintCheckConstraints ( ) : string
PrintDefaultConstraints ( ) : string
PrintDefaultValue ( ) : string
PrintIdentity ( ) : string
PrintNull ( ) : string
PrintRowGuid ( ) : string
PrintSize ( ) : string

Method Details

AppendDDL() public méthode

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

ColumnInfo() public méthode

public ColumnInfo ( string name, string dataType ) : System.CodeDom.Compiler
name string
dataType string
Résultat System.CodeDom.Compiler