how to get the current datarow of a dataset? using this code doesnt work;

Code:
DataRow MyRow = dDataSet.Tables["Table1"].Rows(BindingContext(dDataSet,"Table1").Position);