Freigeben über


DbUpdatableDataRecord.IsDBNull(Int32) Methode

Definition

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

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 Ordnungszahl des Felds.

Gibt zurück

true wenn das Feld auf DBNull; andernfalls falsefestgelegt ist.

Implementiert

Gilt für: