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
- queryXml
Type: System.String
Return Value
Type: System.Data.DataSet