Method | Description | |
---|---|---|
AppendDDL ( |
||
ColumnInfo ( string name, string dataType ) : System.CodeDom.Compiler |
Method | Description | |
---|---|---|
FixColumnType ( ) : void | ||
FromEF6 ( System.Data.Entity.Core.Metadata.Edm.EdmProperty property, string tableName ) : |
||
FromSQL ( |
||
PrintCheckConstraints ( ) : string | ||
PrintDefaultConstraints ( ) : string | ||
PrintDefaultValue ( ) : string | ||
PrintIdentity ( ) : string | ||
PrintNull ( ) : string | ||
PrintRowGuid ( ) : string | ||
PrintSize ( ) : string |
public AppendDDL ( |
||
textWriter | ||
includeConstraints | bool | |
return | void |
public ColumnInfo ( string name, string dataType ) : System.CodeDom.Compiler | ||
name | string | |
dataType | string | |
return | System.CodeDom.Compiler |