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


ITable.RowCount Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITable Interface > ITable.RowCount Method
ArcGIS Developer Help

ITable.RowCount Method

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
);
[C++]
Parameters
QueryFilter [in]

QueryFilter is a parameter of type IQueryFilter*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITable Interface

.NET Samples

Closest facility solver Location-allocation solver Origin-destination cost matrix solver Service area solver Vehicle routing problem solver