Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field passing
Message
From
15/02/2006 11:27:02
 
 
To
15/02/2006 11:21:14
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
01096481
Message ID:
01096500
Views:
17
You can get the data type for the field by looking at the Columns collection:
MyDataSet.Tables["MyTable"].Columns[10].DataType
~~Bonnie



>And what should the parameter type be for the method?
>
>>Hey Craig,
>>
>>The code should be something like this:
>>
>>MyDataSet.Tables["MyTable"].Rows[0][10];
>>
>>What have you been trying?
>>
>>~~Bonnie
>>
>>>I have a single record from a dataset and I want to pass one field of that record to a method to do additional processing. I don't know the field name, but it's always in the same position in the table (field 10). I can't figure out how to reference the single field, then pass it. I keep getting a compile error, "An object reference is required for the nonstatic field". Anyone know how I can do this?
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform