Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataRow : Where is the Count ?
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
DataRow : Where is the Count ?
Miscellaneous
Thread ID:
00735641
Message ID:
00735641
Views:
39
I am trying to itirate with a for in a DataRow but i am hitting a road block. ther is no Count property on the DataRow !!
DataSet ds = MyDataSetMethod();
foreach ( DataRow dr in ds.Tables[0].Rows )
{
	for (int i ; i < dr.Count ; i++ )
	//Do some stuff
	;
}
What am i missing ?
Next
Reply
Map
View

Click here to load this message in the networking platform