I need to know if/how I can create an instance of a collection only knowing the table name that collection is mapped to. I know how to create the instance on the fly, what I need to know is how to loop through the collections I have and match them by the mapped data table name.
Example:
I know DAT_VEHICLE is the table I'm working with.
I then want to generate an instance of MyVehicleCollection on the fly.
Any help is appreciated.