B-Arts DocumentationIndice generale

BDataTable

Linea B-Arts classica: questa scheda descrive BNetFramework (.NET Framework 4.8). Non usare firme o namespace come se appartenessero al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BNetFramework.

  • Target: .NET Framework 4.8.

  • Namespace CLR: BArts.BData.

  • Nome completo: BArts.BData.BDataTable.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

DataTable aggiornabile associata a una connessione e a un comando SQL.

Dichiarazione

Public Class BDataTable

Classe base dichiarata: DataTable.

Costruttori

Nome Dichiarazione
New Public Sub New()
New Public Sub New(ByVal SQLCommand As String, ByVal cnn As BConnection, Optional ByVal CommandTimeout As Integer = 30, Optional ByVal ExecuteFillSchema As Boolean = True)
New Public Sub New(ByVal SQLCommand As String, ByVal cnn As BConnection, ByVal mReadOnly As Boolean, Optional ByVal CommandTimeout As Integer = 30, Optional ByVal ExecuteFillSchema As Boolean = True)
New Public Sub New(ByVal SqlCommand As String, ByVal cnn As BConnection, ByVal TipoComando As CommandType, Optional ByVal CommandTimeout As Integer = 30, Optional ByVal ExecuteFillSchema As Boolean = True)

Proprietà

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

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)
RowUpdating Public Event RowUpdating(ByVal sender As Object, ByVal e As System.Data.Common.RowUpdatingEventArgs)
RowUpdate Public Event RowUpdate(ByVal sender As Object, ByVal e As System.Data.Common.RowUpdatedEventArgs)

Metodi

Nome Dichiarazione
Update Public Function Update(Optional ByVal sWhere As String = "") As Integer
Reload Public Sub Reload(ByVal Cnn As BConnection)

Sorgenti verificati

  • Data\BDataTable.vb