共用方式為


EntityDataReader.IsDBNull(Int32) 方法

定義

取得值,這個值表示資料行是否包含不存在或遺漏的值。

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

參數

ordinal
Int32

以零為基底的資料行序數。

傳回

如果指定的資料行相當於 DBNull ,則為 true;否則為 false。

實作

適用於