共用方式為


CurrentValueRecord.IsDBNull(Int32) 方法

定義

傳回值,這個值表示指定的欄位是否設定為 null

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

參數

ordinal
Int32

欄位的序數。

傳回

若欄位設定為 null,則為 true;否則為 false

實作

適用於