BDataReader
Linea B-Arts Legacy: questa scheda descrive
B-ArtsFramework(.NET Framework 4.7.2). Non usare firme o namespace come se appartenessero alla linea Classic successiva o alBFrameworkmoderno .NET 10.
Identità
Assembly/progetto:
B-ArtsFramework.Target:
.NET Framework 4.7.2.Namespace CLR:
BArts.BData.Nome completo:
BArts.BData.BDataReader.Tipo:
class.Ambito:
runtime/interfaccia pubblica.
Ruolo
Accesso dati, connessioni, comandi, tabelle e oggetti di supporto SQL.
Dichiarazione
Public NotInheritable Class BDataReader
Costruttori
| Nome | Dichiarazione |
|---|---|
New |
Public Sub New(ByVal ProviderSQL As eDataProvider) |
Proprietà
| Nome | Dichiarazione |
|---|---|
Depth |
Public ReadOnly Property Depth() |
FieldCount |
Public ReadOnly Property FieldCount() As Integer |
HasRows |
Public ReadOnly Property HasRows() As Boolean |
IsClosed |
Public ReadOnly Property IsClosed() As Boolean |
RecordsAffected |
Public ReadOnly Property RecordsAffected() As Integer |
Item |
Public ReadOnly Property Item(ByVal index As Integer) As Object |
Item |
Public ReadOnly Property Item(ByVal name As String) As Object |
Metodi
| Nome | Dichiarazione |
|---|---|
Close |
Public Sub Close() |
NextResult |
Public Function NextResult() As Boolean |
Read |
Public Function Read() As Boolean |
Sorgenti verificati
Data\BDataReader.vb
