Share via


TempDataRecord.IsDBNull Method

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function IsDBNull ( _
    ordinal As Integer _
) As Boolean
'Usage
Dim instance As TempDataRecord
Dim ordinal As Integer
Dim returnValue As Boolean

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

Parameters

Return Value

Type: System.Boolean

Implements

IDataRecord.IsDBNull(Int32)

See Also

Reference

TempDataRecord Class

TempDataRecord Members

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace