Partager via


Méthode BusinessLogicDataReader.IsDBNull

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates whether the column contains nonexistent or missing values.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

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

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

Paramètres

Valeur de retour

Type : System.Boolean
true if the specified column is equivalent to DBNull; otherwise false.

Implémente

IDataRecord.IsDBNull(Int32)

Voir aussi

Référence

BusinessLogicDataReader Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport