B-Arts DocumentationIndice generale

BSQLHelp

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

Identità

  • Assembly/progetto: B-ArtsFramework.

  • Target: .NET Framework 4.7.2.

  • Namespace CLR: BArts.BUtility.SQL.

  • Nome completo: BArts.BUtility.SQL.BSQLHelp.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Metadati e strumenti di supporto per SQL Server.

Dichiarazione

Public Class BSQLHelp

Costruttori

Nome Dichiarazione
New Public Sub New(BCnn As BConnection, ObjName As String)

Campi e costanti

Nome Dichiarazione
K_SP Public K_SP As String = "sp_help"

Proprietà

Nome Dichiarazione
IsNothing Public ReadOnly Property IsNothing As Boolean
ObjName Public ReadOnly Property ObjName As String
Owner Public Property Owner As String
Type Public Property Type As String
DataCreazione Public Property DataCreazione As Nullable(Of Date)
Columns Public Property Columns As List(Of BSQLHelpColumn)
Indeces Public Property Indeces As List(Of BSQLHelpIndex)
PrimaryKey Public Property PrimaryKey As List(Of BSQLPrimaryKey)
DS Public Property DS As BDataSet

Metodi

Nome Dichiarazione
IsAPrimaryKey Public Function IsAPrimaryKey(Campo As String) As Boolean
FindBColumn Public Function FindBColumn(Nome As String) As BSQLHelpColumn
HasIdentity Public Function HasIdentity() As Boolean

Sorgenti verificati

  • Utility\BSQLHelp.vb