BDataReader
Linea B-Arts Legacy: questa scheda descrive
BArtsFrameworkNet(.NET Framework 4.7.2). Non usare firme o namespace come se appartenessero alla linea Classic successiva o alBFrameworkmoderno .NET 10.
Identità
Assembly/progetto:
BArtsFrameworkNet.Target:
.NET Framework 4.7.2.Namespace CLR:
BArts.BData.AllProvider.Nome completo:
BArts.BData.AllProvider.BDataReader.Tipo:
class.Ambito:
runtime/interfaccia pubblica.
Ruolo
Tipo pubblico della linea B-Arts Legacy nel namespace BArts.BData.AllProvider.
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\BDataReaderAll.vb
