BSQLPrimaryKey
Identità
Namespace:
B.BUtility.BSQLAssembly:
BFrameworkTipo: class
Classe base:
BBaseObjectInterfacce:
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.
