ArcGIS Pro 2.8 API Reference Guide
GetCount() Method

ArcGIS.Core.Data Namespace > Table Class > GetCount Method : GetCount() Method
Gets the count of how many rows are currently in this Table. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public int GetCount()
Public Overloads Function GetCount() As Integer

Return Value

The number of rows in this table.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Table Class
Table Members
Overload List