This document is archived and information here might be outdated.  Recommended version.


IRow.Table Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRow Interface > IRow.Table Property
ArcGIS Developer Help

IRow.Table Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns a pointer to the table the row belongs to.

See Also

IRow Interface