Even if this is difficult, it seems to fill a "hole" in the existing
design. The fact that there's no way to intercept the Get/Set
operations in the IType is a problem that deserves to be solved IMHO.
For myself, I'd even go so far as to introduce a breaking change in
the IType interface if needed. (Or creating something like
ITypeExtended to avoid the interface breakage, but the point is the
same). The ability to handle parameter values in database-specific
way is quite useful.
Patrick Earl
On Sun, Apr 24, 2011 at 5:23 PM, Patrick Earl <[email protected]> wrote:
> As a possible hitch in this idea, I'm not sure if the IType can get
> access to the driver.
>
> On Sun, Apr 24, 2011 at 5:21 PM, Patrick Earl <[email protected]> wrote:
>> I would propose that something like...
>