G
Guest
Greetings!
I have need of sharing a typed dataset between two projects (one for UI and one for a class library) and have encountered a "problem". By default, the classes generated for a Typed Dataset do not use the access modifiers that I need /would like (e.g. Column properties are declared as Friend). I know that certain annotations exist to allow you to change names and even how dbNull values are handled, but I have yet to see anything that addresses the access modifiers. Does anyone know if there is such an annotation? Or... any other technique that would allow me to fully share a typed dataset between multiple projects (other than the "just edit the generated code" technique)?
Thanks for any and all help!
I have need of sharing a typed dataset between two projects (one for UI and one for a class library) and have encountered a "problem". By default, the classes generated for a Typed Dataset do not use the access modifiers that I need /would like (e.g. Column properties are declared as Friend). I know that certain annotations exist to allow you to change names and even how dbNull values are handled, but I have yet to see anything that addresses the access modifiers. Does anyone know if there is such an annotation? Or... any other technique that would allow me to fully share a typed dataset between multiple projects (other than the "just edit the generated code" technique)?
Thanks for any and all help!