B-Arts DocumentationIndice generale

BDataSet

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 al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BArtsFrameworkNet.

  • Target: .NET Framework 4.7.2.

  • Namespace CLR: BArts.BData.AllProvider.

  • Nome completo: BArts.BData.AllProvider.BDataSet.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Tipo pubblico della linea B-Arts Legacy nel namespace BArts.BData.AllProvider.

Dichiarazione

Public Class BDataSet

Classe base dichiarata: DataSet.

Costruttori

Nome Dichiarazione
New Public Sub New()
New Public Sub New(ByVal SPName As String, ByVal cnn As BConnection, Optional ByVal CommandTimeout As Integer = 30)

Proprietà

Nome Dichiarazione
Timeout Public Property Timeout() As Integer
DataAdapter Public ReadOnly Property DataAdapter() As IDbDataAdapter
SqlCommand Public ReadOnly Property SqlCommand() As String

Eventi

Nome Dichiarazione
Disposed Public Shadows Event Disposed(ByVal sender As Object, ByVal e As System.EventArgs)
FillError Public Event FillError(ByVal sender As Object, ByVal e As System.Data.FillErrorEventArgs)

Metodi

Nome Dichiarazione
Reload Public Sub Reload(ByVal Cnn As BConnection)

Sorgenti verificati

  • Data\BDataSetAll.vb