ArcGIS Pro 2.8 API Reference Guide
Search(QueryFilter) Method

ArcGIS.Core.Data.PluginDatastore Namespace > PluginTableTemplate Class > Search Method : Search(QueryFilter) Method
A query filter that specifies the search criteria.
Performs a non-spatial search on this plug-in table that satisfies the criteria set in the queryFilter.
Syntax
public abstract PluginCursorTemplate Search( 
   QueryFilter queryFilter
)
Public Overloads MustOverride Function Search( _
   ByVal queryFilter As QueryFilter _
) As PluginCursorTemplate

Parameters

queryFilter
A query filter that specifies the search criteria.

Return Value

A concrete instance of PluginCursorTemplate that encapsulates the retrieved rows.
Exceptions
ExceptionDescription
Signals to the framework that an exception derived from System.Exception has occurred.
Remarks
Please see the additional constraints that may be imposed on this method in the remarks section of IsQueryLanguageSupported.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PluginTableTemplate Class
PluginTableTemplate Members
Overload List