ArcObjects Library Reference (GeoDatabase)  

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