Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.