This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInRowCount Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members for getting a fast count of rows in the dataset.
This interface should be implemented by the plug-in dataset helper class of a plug-in data source if the RowCountIsCalculated property of the plug-in workspace helper returns false. Otherwise, it should not be implemented.
Description | ||
---|---|---|
RowCount | The number of rows in the indicated dataset. |