Legge un array di byte da un DbDataReader e lo restituisce.
Namespace:
QSAdoNet
Assembly:
QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public 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
- Tipo: System.Data.CommonDbDataReader
Oggetto DbDataReader dal quale leggere il valore. - defval
- Tipo: SystemByte
Valore di default da restituire in caso di valore NULL. - idx
- Tipo: SystemInt32
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
Tipo:
ByteVedi anche