ArcGIS Pro 2.6 API Reference Guide
GetTable Method (Row)

ArcGIS.Core.Data Namespace > Row Class : GetTable Method
Gets the parent Table of this row. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Table GetTable()
Public Function GetTable() As Table

Return Value

The parent Table of this row.
Exceptions
ExceptionDescription
This instance of Row/Feature does not have a parent Table/FeatureClass (e.g., if it is obtained via a QueryDef).
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Row Class
Row Members