This document is archived and information here might be outdated. Recommended version. |
Evaluate the query and return a cursor on the result set.
[Visual Basic .NET] Public Function Evaluate ( _ ) As ICursor
[C#] public ICursor Evaluate ( );
[C++]
HRESULT Evaluate(
void
);
The IQueryDef interface is used to set up and define the query and also provides an Evaluate method that is used to execute the query, returning a cursor.