This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInFastQueryValues Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that query record values quickly.
This is a special interface that may be implemented by the plug-in cursor helper class of a plug-in data source. IPlugInFastQueryValues cannot be implemented in Visual Basic. Its FastQueryValues method is more efficient than the QueryValues method on IPlugInCursorHelper.
This interface is only appropriate for plug-in data sources implemented in C++.
Description | ||
---|---|---|
FastQueryValues | Gets the values for the non-geometry fields in the current record. |