BSQLHelp
Linea B-Arts classica: questa scheda descrive
BStandardFramework(.NET Standard 2.0). Non usare firme o namespace come se appartenessero alBFrameworkmoderno .NET 10.
Identità
Assembly/progetto:
BStandardFramework.Target:
.NET Standard 2.0.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 IBConnection, 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 DataSet |
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
