示例#1
0
 public SizedSqlDataType(SizedDataTypeOption option, int size)
     : base(option.ToSqlDataTypeOption())
 {
     _size = size;
 }