C# Class Horton.MigrationGenerator.DDL.ColumnInfo

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

Public Methods

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

Private Methods

Method 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 method

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

ColumnInfo() public method

public ColumnInfo ( string name, string dataType ) : System.CodeDom.Compiler
name string
dataType string
return System.CodeDom.Compiler