Compartir a través de


DataProvider.IsDBNull Método

Determines whether the value corresponding to the ordinal position is Null. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function IsDBNull ( _
    i As Integer _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the specified column value is equivalent to null; otherwise, false.

Implementa

IDataRecord.IsDBNull(Int32)

Vea también

Referencia

DataProvider Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc