G
Guest
what is the best way to simulate the following line of code
Public MustOverride Enum Test
....
I have a data access base class and am using an enumeration in each child
class to map onto the columns returned by a DataReader
I would like to ensure the enumeration is always present in the child
classes, but the above code wont compile
suggestions gratefully appreciated
guy
Public MustOverride Enum Test
....
I have a data access base class and am using an enumeration in each child
class to map onto the columns returned by a DataReader
I would like to ensure the enumeration is always present in the child
classes, but the above code wont compile
suggestions gratefully appreciated
guy