Share via


ResultTable.GetFieldType method

NOTE: This API is now obsolete.

Returns the type information for the specified column.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
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)
[ObsoleteAttribute("This class is obsolete.")]
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.SharePoint.Search.Query namespace