Méthode IsDBNull
Determines whether the value corresponding to the ordinal position is Null. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function IsDBNull ( _
i As Integer _
) As Boolean
'Utilisation
Dim instance As DataProvider
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
- i
Type : System. . :: . .Int32
The zero-based column ordinal.
Valeur de retour
Type : System. . :: . .Boolean
true if the specified column value is equivalent to null; otherwise, false.