BDataReader
Identità
Namespace:
B.BDataAssembly:
BFrameworkTipo: class
Sorgente API: versione
5.0.0
Scopo
Tipo pubblico B-Arts del namespace B.BData. La responsabilità concreta è rappresentata dai membri pubblici elencati di seguito.
Dichiarazione
public sealed class BDataReader
Costruttori
BDataReader(eDataProvider ProviderSQL)
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
DataReader |
IDataReader |
get/set |
Depth |
object |
get |
FieldCount |
int |
get |
HasRows |
bool |
get |
IsClosed |
bool |
get |
Item |
object |
get |
Item |
object |
get |
RecordsAffected |
int |
get |
Metodi
void Close()bool NextResult()bool Read()
Esempi
Consultare BDataReader - Esempi.
