DbUpdatableDataRecord.IsDBNull(Int32) Methode

Definition

Gibt zurück, ob das angegebene Feld auf DBNull 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 DBNull festgelegt ist, andernfalls false.

Implementiert

Gilt für: