Partager via


Méthode SqlCeUpdatableRecord.IsDBNull

Détermine si le champ spécifié est NULL.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public Function IsDBNull ( _
    ordinal As Integer _
) As Boolean
'Utilisation
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Boolean

returnValue = instance.IsDBNull(ordinal)
public bool IsDBNull(
    int ordinal
)
public:
virtual bool IsDBNull(
    int ordinal
) sealed
abstract IsDBNull : 
        ordinal:int -> bool 
override IsDBNull : 
        ordinal:int -> bool 
public final function IsDBNull(
    ordinal : int
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
True si le champ est NULL ; sinon, false.

Implémente

IDataRecord.IsDBNull(Int32)

Voir aussi

Référence

SqlCeUpdatableRecord Classe

Espace de noms System.Data.SqlServerCe