Is there an alternative to:

ds.Tables("TableName").Rows(0)(2).ToString()

That I can use the field name instead? Or should I just only pull the 7 or so fields in my sql statement and use the .rows parameters?

Thanks