Try using the Row property of the DataRowView object to get the information from the dataset then.

Datarowview.Row.Item("ColumnInDataBase")