DataRow

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

If I am using c# and I have a DataRow and I know that I want the value for
a column named "Fred" - how can I access this column if I do not know it's
index? Must I loop through the columns collection to find the right index?

Thanks in advance for your assitance!!!!
 
Back
Top