[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.IsDBNull

IsDBNull Method

IsDBNull(int)

Gets a boolean for whether the specified column is missing a value or not/false.

Declaration
public override bool IsDBNull(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
bool

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

Overrides