B-Arts DocumentationIndice generale

BParameter

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

Identità

  • Assembly/progetto: BStandardFramework.

  • Target: .NET Standard 2.0.

  • Namespace CLR: BArts.BData.

  • Nome completo: BArts.BData.BParameter.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Accesso dati, connessioni, comandi, tabelle e oggetti di supporto SQL.

Dichiarazione

<Serializable()> Public Class BParameter

Costruttori

Nome Dichiarazione
New Public Sub New()
New Public Sub New(ByVal Name As String, Value As String)
New Public Sub New(ByVal Name As String, Value As String, DBType As DbType)

Proprietà

Nome Dichiarazione
Name Public Property Name As String
Value Public Property Value As Object
DBType Public Property DBType As DbType

Sorgenti verificati

  • Data\BParameter.vb