Sorry for the cross-post from DOTNET-CLR, not sure how many folks are over
there yet...
If I am passed in a DataView, is there any way to tell what the current
row is?
Here is what I want to be able to do (semi psuedo code)...
class Foo
{
...
public string GetName(DataView dv)
{
long x = dv.CurrentRow; // ????
return dv.Table.Rows[x]["au_fname"];
}
...
}
Thanks in advance for any help,
curt
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.