ResultTable.GetSchemaTable Method

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

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.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

Implements

IDataReader.GetSchemaTable()

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.SharePoint.Search.Query Namespace