Search Method (StandaloneTable)
Executes a query to the underlying data source and returns rows matching the search criteria.
This method must be called on the MCT. Use QueuedTask.Run.
Parameters
- queryFilter
- A query filter
- time
- A time filter only works if the table is time enabled.
- range
- A range filter only works if the table is range enabled.
- floor
- A floor filter filter only works if the layer has a defined floor field.
Return Value
A
RowCursor allows access to the matched rows.
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.