B-Arts DocumentationIndice generale

BSQLPrimaryKey

Identità

  • Namespace: B.BUtility.BSQL

  • Assembly: BFramework

  • Tipo: class

  • Classe base: BBaseObject

  • Interfacce: IBClassBase, IEquatable<BBaseObject>

  • Sorgente API: versione 5.0.0

Scopo

Rappresenta un vincolo di chiave primaria restituito da SQL Server sp_help e scompone l'elenco testuale delle colonne in Keys.

Dichiarazione

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

Costruttori

  • BSQLPrimaryKey(DataRow dr)

Proprietà

Proprietà Tipo Accesso
constraint_keys string get/set
constraint_name string get/set
constraint_type string get/set
delete_action string get/set
Keys IList<tCampiChiave> get/set
status_enabled string get/set
status_for_replication string get/set

Metodi

  • bool MappingData(DataRow dr)

Tipi annidati

tCampiChiave

Tipo pubblico annidato: struct.

Esempi

Consultare BSQLPrimaryKey - Esempi.