This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryDef2 Interface > IQueryDef2.Evaluate2 Method (ArcObjects .NET 10.5 SDK) |
Evaluate the query and return a cursor on the result set.
[Visual Basic .NET] Public Function Evaluate2 ( _ ByVal Recycling As Boolean _ ) As ICursor
[C#] public ICursor Evaluate2 ( bool Recycling );
[C++]
HRESULT Evaluate2(
VARIANT_BOOL Recycling,
ICursor** Cursor
);
[C++]
Parameters Recycling [in] Recycling is a parameter of type VARIANT_BOOL Cursor [out, retval]
Cursor is a parameter of type ICursor