QueryService.QueryEx method

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebMethodAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Function QueryEx ( _
    queryXml As String _
) As DataSet
'Usage
Dim instance As QueryService
Dim queryXml As String
Dim returnValue As DataSet

returnValue = instance.QueryEx(queryXml)
[WebMethodAttribute]
[ObsoleteAttribute("This class is obsolete.")]
public DataSet QueryEx(
    string queryXml
)

Parameters

Return value

Type: System.Data.DataSet

See also

Reference

QueryService class

QueryService members

Microsoft.Office.Server.Search.Query namespace