I have a bunch of records (number could vary) which I want to store temporarily.

Normally I would use either a Dictionary or a Collection object, but each record I want to store has 7 associated fields.

Does anyone know of an alternative to Dictionaries/Collections that could handle multiple fields ?


TIA ......