Metodo QSSql.IsDBNull

QSAdoNet

Metodo QSSqlIsDBNull

REstitusice true se il campo è nullo.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public static bool IsDBNull(
	DbDataReader rd,
	int idx
)
Public Shared Function IsDBNull ( 
	rd As DbDataReader,
	idx As Integer
) As Boolean
public:
static bool IsDBNull(
	DbDataReader^ rd, 
	int idx
)
static member IsDBNull : 
        rd : DbDataReader * 
        idx : int -> bool 

Parametri

rd
Tipo: System.Data.CommonDbDataReader
Oggetto DbDataReader dal quale leggere il valore.
idx
Tipo: SystemInt32
Indice al quale si trova il campo da leggere.

Valore di ritorno

Tipo: Boolean
Vedi anche