G
Guest
When I put the a Select command result into a dataset (or datareader), I have
to inform which column index I want to work with...thats pretty akward ,
since I have to know in advance exactly the order the column appears in
Select command. It gets complicated if we r talking of 30 columns. In ancient
VB, I would use Enums to help in this, is there any intelligent way in .NET
to solve this topic?
Thanks to all !
to inform which column index I want to work with...thats pretty akward ,
since I have to know in advance exactly the order the column appears in
Select command. It gets complicated if we r talking of 30 columns. In ancient
VB, I would use Enums to help in this, is there any intelligent way in .NET
to solve this topic?
Thanks to all !