Cursors created against versioned data return invalid output or return exceptions when using a QueryFilter in the creation of the cursor that implements IQueryFilterDefinition2.PrefixClause when the recycling of the cursor is set to false and the workspace for the table or feature is edited.
Last Published: December 1, 2014ArcGIS Engine
Bug ID Number
BUG-000082999
Submitted
November 4, 2014
Last Modified
June 5, 2024
Applies to
ArcGIS Engine
Version found
10.2.2
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
This is not a supportable workflow.
Workaround
1) Set the recycling of the cursor to True.2) Unregister the data as versioned.3) Use a Query Cursor or the IDataStatistics class to retrieve the distinct values.