CurrentValueRecord.IsDBNull(Int32) Methode

Definition

Gibt einen Wert zurück, der angibt, ob sich das Feld auf null festgelegt ist.

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

Parameter

ordinal
Int32

Die Ordinalzahl des Felds.

Gibt zurück

true, wenn das Feld auf null festgelegt ist, andernfalls false.

Implementiert

Gilt für: