Compartir a través de


: QueryResultBase.GetQueryResults (Método) (Microsoft.SharePoint.Portal.WebControls)

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

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Protected Overrides Function GetQueryResults ( _
    queryHandle As Object _
) As Object
'Uso
Dim queryHandle As Object
Dim returnValue As Object

returnValue = Me.GetQueryResults(queryHandle)
protected override Object GetQueryResults (
    Object queryHandle
)

Parámetros

  • queryHandle
    Object that contains the unique identifier for a query.

Valor devuelto

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

Comentarios

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

Vea también

Referencia

QueryResultBase (Clase)
QueryResultBase (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)