This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRow Interface > IRow.Table Property (ArcObjects .NET 10.4 SDK) |
The Table for the row.
[Visual Basic .NET] Public ReadOnly Property Table As ITable
[C#] public ITable Table {get;}
[C++]
HRESULT get_Table(
ITable** Table
);
[C++]
Parameters Table [out, retval]
Table is a parameter of type ITable
Returns a pointer to the table the row belongs to.