Gets a value indicating whether the column contains non-existent or missing values.
public override bool IsDBNull(
int
)
'Declaration
Public Overloads Overrides Function IsDBNull( _
ByVal As Integer _
) As Boolean
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
true if the specified column value is equivalent to
System.DBNull; otherwise,
false.