This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITable Interface > ITable.RowCount Method (ArcObjects .NET 10.4 SDK) |
The number of Rows selected by the specified query.
[Visual Basic .NET] Public Function RowCount ( _ ByVal QueryFilter As IQueryFilter _ ) As Integer
[C#] public int RowCount ( IQueryFilter QueryFilter );
[C++]
HRESULT RowCount(
IQueryFilter* QueryFilter,
long* numRows
);
[C++]
Parameters QueryFilter [in]
QueryFilter is a parameter of type IQueryFilter numRows [out, retval] numRows is a parameter of type long