Legge un array di byte da un DbDataReader e lo restituisce.
            
        
        Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.4.0
Sintassipublic static byte[] ReadBytes(
	DbDataReader rd,
	byte[] defval,
	ref int idx
)
Public Shared Function ReadBytes ( 
	rd As DbDataReader,
	defval As Byte(),
	ByRef idx As Integer
) As Byte()
public:
static array<unsigned char>^ ReadBytes(
	DbDataReader^ rd, 
	array<unsigned char>^ defval, 
	int% idx
)
static member ReadBytes : 
        rd : DbDataReader * 
        defval : byte[] * 
        idx : int byref -> byte[] Parametri
- rd  DbDataReader
 - Oggetto DbDataReader dal quale leggere il valore.
 - defval  Byte
 - Valore di default da restituire in caso di valore NULL.
 - idx  Int32
 - Indice al quale si trova il campo da leggere. Questo indice viene incrementato di 1 prima 
            di restituire il valore al chiamante.
 
Valore di ritorno
Byte
Vedi anche