ResultTable.IsDBNull Method

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

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.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.SharePoint.Search.Query Namespace