B-Arts DocumentationIndice generale

BSQLHelpColumn

Identità

  • Namespace: B.BUtility.BSQL

  • Assembly: BFramework

  • Tipo: class

  • Classe base: BBaseObject

  • Interfacce: IBClassBase, IEquatable<BBaseObject>

  • Sorgente API: versione 5.0.0

Scopo

Rappresenta una colonna restituita da SQL Server sp_help, incluse dimensione, precisione, nullable, collation e proprietà identity.

Dichiarazione

public class BSQLHelpColumn : BBaseObject, IBClassBase, IEquatable<BBaseObject>

Costruttori

  • BSQLHelpColumn(DataRow dr, DataRow? drIdentity)

Proprietà

Proprietà Tipo Accesso
Collation string get/set
Column_Name string get/set
Computed bool get/set
FixedLenNullInSource string get/set
Identity bool get/set
Increment int get/set
Length double get/set
Not_For_Replication bool get/set
Nullable bool get/set
Prec int get/set
Scale int get/set
Seed int get/set
TrimTrailingBlanks string get/set
Type string get/set

Metodi

  • string GetFullType(bool ForSqlParameter = false)

  • bool MappingData(DataRow dr)

  • bool MappingDataIdentity(DataRow? dr)

Esempi

Consultare BSQLHelpColumn - Esempi.