ResultTable.GetBoolean method

Returns the value of the specified column as a Boolean.

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

Syntax

'Declaration
Public Function GetBoolean ( _
    i As Integer _
) As Boolean
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Boolean

returnValue = instance.GetBoolean(i)
public bool GetBoolean(
    int i
)

Parameters

Return value

Type: System.Boolean
The value of the column.

Implements

IDataRecord.GetBoolean(Int32)

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace