Share via


ResultTable.IsDBNull method

Return whether the specified column is set to a null reference (Nothing in Visual Basic).

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

Syntax

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

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

Parameters

Return value

Type: System.Boolean
true if the specified column is set to null; otherwise, false.

Implements

IDataRecord.IsDBNull(Int32)

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace