If you have a collection of keys (e.g. "uniqueCode ", "strEmail", etc) to be read, then you could loop through that collection, issuing the call above once for each key. (In case you aren't aware, the List is in System.Collecti ons.Generic.)
So, if you had something like this defined:
Code:
Dim
Leave a comment: