Accessing _rowID or RowId datarow property

C

CGatto

Hi,

I am wondering if anyone knows if there is a way to access the (seemingly)
private _rowID or RowId properties of a datarow. I am running a piece of
code which loops thru the datarows of a datatable, I can see the _rowID
property via a Watch when I debug the code, but there is apparently no way
to access the property in my code.

Any ideas?

Thanks
 
G

gene kelley

Hi,

I am wondering if anyone knows if there is a way to access the (seemingly)
private _rowID or RowId properties of a datarow. I am running a piece of
code which loops thru the datarows of a datatable, I can see the _rowID
property via a Watch when I debug the code, but there is apparently no way
to access the property in my code.

Any ideas?

Thanks

What do you mean by rowID property?

A row in a DataTable c/o items in an ItemArray

Are you wanting to know the value of a particular row item?

Gene
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top