C
Cordine
i have the data row object & the data table object.
I want to determine what the index position of this datarow object is in the
containing table.
How can i determine this???
i.e,
using the row index number i can get hold of the row object
DIM oRow as DataRow = oDataTable.Rows(nIndex)
But can i work backwords,
using the oRow object, can i determine what nIdex is????
I want to determine what the index position of this datarow object is in the
containing table.
How can i determine this???
i.e,
using the row index number i can get hold of the row object
DIM oRow as DataRow = oDataTable.Rows(nIndex)
But can i work backwords,
using the oRow object, can i determine what nIdex is????