SqliteDataReader.IsDBNull(Int32) Method

Definition

Gets a value indicating whether the specified column is DBNull.

public override bool IsDBNull (int ordinal);
override this.IsDBNull : int -> bool
Public Overrides Function IsDBNull (ordinal As Integer) As Boolean

Parameters

ordinal
Int32

The zero-based column ordinal.

Returns

true if the specified column is DBNull; otherwise, false.

Applies to