ArcObjects Library Reference (GeoDatabase)  

IPlugInRowCount Interface

Provides access to members for getting a fast count of rows in the dataset.

Product Availability

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

Description

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.

Members

Description
Read-only property RowCount The number of rows in the indicated dataset.

See Also

IPlugInWorkspaceHelper.RowCountIsCalculated Property