I am trying to convert this

Code:
m_DS.Tables(0).Rows(0).Item(val) = dr.Item(val)
into C#. The m_DS is a DataSet, and dr is a DataRow thats getting passed into the method. val is a item thats currently in the DaraRow DataColumn. (I hope that makes sense.)
Thanks!