GetQueryResults(Object) Method

Override the GetQueryResults method of the QueryResultBase class if your derived class needs to support asynchronous queries.

Parameters

queryHandle  Object that contains the unique identifier for a query.

Return Value

Object that contains the results for the specified query. You can cast this object as a DataSet.

Remarks

Override the GetQueryResults method waits until the query with the specified identifier has completed execution before returning.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security