IsDBNull Method (C1DataReader)
Gets a boolean for whether the specified column is missing a value or not/false.
public override bool IsDBNull(
int
)
'Declaration
Public Overrides Function IsDBNull( _
ByVal 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.