Share via


ResultTable.GetFieldType Method

Returns the 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 GetFieldType ( _
    i As Integer _
) As Type
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Type

returnValue = instance.GetFieldType(i)
public Type GetFieldType(
    int i
)

Parameters

Return Value

Type: System.Type
The value that represents the type information for the column.

Implements

IDataRecord.GetFieldType(Int32)

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.Office.Server.Search.Query Namespace