BDataSet
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.BDataSet.Tipo:
class.Ambito:
runtime/interfaccia pubblica.
Ruolo
Accesso dati, connessioni, comandi, tabelle e oggetti di supporto SQL.
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\BDataSet.vb
