C1.AdoNet.GoogleAnalytics Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / IsDBNull Method
The zero-based column ordinal.

In This Topic
IsDBNull Method (C1DataReader)
In This Topic
Gets a boolean for whether the specified column is missing a value or not/false.
Syntax
'Declaration
 
Public Overrides Function IsDBNull( _
   ByVal ordinal As Integer _
) As Boolean
 

Parameters

ordinal
The zero-based column ordinal.

Return Value

true if the specified column is equivalent to System.DBNull; otherwise false.
See Also