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


IRecordSet.Table Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRecordSet.Table Property

The source table or feature class for the recordset.

[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.

Remarks

When using a recordset class, the Table property is used to return the source table or feature class for a RecordSet.

See Also

IRecordSet Interface