Hi,

I have an instance of a DataRow. I need to locate this
row in a dataview and get the index of the corresponding
DataRowView instance, given that:
1- The DataView is not sorted by the primary key or not
sorted at all.
2- I do not want to change the current sorting of
DataView.
3- This could not be the default DataView of the table.

Thanks