Пример #1
0
 protected override void WriteDecimal(object o, SqlType type)
 {
     base.WriteBytes(type.ConvertToSQLString(o));
 }