B
Brad Pears
I have a class in which I use a "Get" method to fill a dataset. I want this
dataset to be a part of the class as I have other methods I want to act on
that dataset - once the class has been instantiated. I have added the
dataset as a class property.
Is this ok to do or not?
Thanks, Brad
dataset to be a part of the class as I have other methods I want to act on
that dataset - once the class has been instantiated. I have added the
dataset as a class property.
Is this ok to do or not?
Thanks, Brad