ResultTable.GetDataTypeName method

Returns the data type information for the specified column.

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

Syntax

'Declaration
Public Function GetDataTypeName ( _
    i As Integer _
) As String
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As String

returnValue = instance.GetDataTypeName(i)
public string GetDataTypeName(
    int i
)

Parameters

Return value

Type: System.String
The value of the column.

Implements

IDataRecord.GetDataTypeName(Int32)

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace