ResultTable.GetByte Method

Returns the 8-bit unsigned integer value of the specified column.

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

Syntax

'Declaration
Public Function GetByte ( _
    i As Integer _
) As Byte
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Byte

returnValue = instance.GetByte(i)
public byte GetByte(
    int i
)

Parameters

Return Value

Type: System.Byte
The 8-bit unsigned integer value of the specified column.

Implements

IDataRecord.GetByte(Int32)

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.SharePoint.Search.Query Namespace