Share via


ResultTable.GetSchemaTable method

Returns a DataTable object that describes the column metadata of the result table.

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

Syntax

'Declaration
Public Function GetSchemaTable As DataTable
'Usage
Dim instance As ResultTable
Dim returnValue As DataTable

returnValue = instance.GetSchemaTable()
public DataTable GetSchemaTable()

Return value

Type: System.Data.DataTable
A data table containing the column metadata.

Implements

IDataReader.GetSchemaTable()

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace