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.