Oracle Custom Class Wizard generating "IsNull" bool fields
Hi there,
we're using Visual Studio 2005, Oracle 11g and ODTwithODAC1110621.
I need to generate custom classes to map Oracle UDT's.
The generate process works fine but it creates additional fields like "private bool m_SomeFieldIsNull;"
I've spotted that this occurs at least for Oracle Number and TimeStamp fields.
Does anybody knows why the wizard behaves like that ?
After generating the custom classes i need to make them implement some interfaces.
Does anybody knows a way to automate this instead of going to the code and manually do it ?
Could it be done by extending the wizard behaviour ?
Thanks in advance!
Cheers,
Ricardo