ResultTable.GetValue method

Returns the value of the specified field.

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

Syntax

'Declaration
Public Function GetValue ( _
    i As Integer _
) As Object
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Object

returnValue = instance.GetValue(i)
public Object GetValue(
    int i
)

Parameters

Return value

Type: System.Object
The value of the column.

Implements

IDataRecord.GetValue(Int32)

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace