protected override void WriteDecimal(object o, SqlType type) { base.WriteBytes(type.ConvertToSQLString(o)); }