ArcObjects Library Reference (GeoDatabase)  

IQueryDef2.Evaluate2 Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IQueryDef2 Interface

.NET Related Topics

Geodatabase | Querying geodatabase tables