Home All Groups Group Topic Archive Search About

Accessing _rowID or RowId datarow property

Author
8 Sep 2006 2:27 PM
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

Author
8 Sep 2006 11:43 PM
gene kelley
Show quote Hide quote
On Fri, 8 Sep 2006 11:27:39 -0300, "CGatto" <c*@cg.ca> wrote:

>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