B-Arts DocumentationIndice generale

BDataReader

Linea B-Arts Legacy: questa scheda descrive BArtsFrameworkStandard (.NET Standard 2.0). Non usare firme o namespace come se appartenessero alla linea Classic successiva o al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BArtsFrameworkStandard.

  • Target: .NET Standard 2.0.

  • 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