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
i
Type: System.Int32The index of the column to check.
Return Value
Type: System.Boolean
true if the specified column is set to null; otherwise, false.