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> _
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]
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