First off this is ASP.NET with VB code behinds and classes.<BR><BR>Ive got 2 classes.<BR><BR>The first one is a database object class that has several overload functions to execute storedprocedures or ...
I have a class<BR>class Alpha<BR>{<BR> class Record<BR> {<BR> //stuff<BR> }<BR> //stuff<BR>}<BR><BR>And another class<BR>class Beta<BR>{<BR> void method(Alpha::Record ...