示例#1
0
 public SqlWriter DataTypeDefinition(SqlDbType type, int?length, int?precision, int?scale)
 {
     return(DataTypeDefinition(type.GetSqlTypeName(), length, precision, scale));
 }