Freigeben über


DbUpdatableDataRecord.IsDBNull(Int32) Methode

Definition

Gibt zurück, ob das angegebene Feld auf DBNull festgelegt ist.

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

Parameter

i
Int32

Die Ordinalzahl des Felds.

Gibt zurück

true, wenn das Feld auf DBNullfestgelegt ist, andernfalls false.

Implementiert

Gilt für: