Metodo QSConnectionCreateConstraintCommand
|
Crea e restituisce un comando di CREATE PRIMARY KEY.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public QsCreateConstraintCommand CreateConstraintCommand(
string tableName,
string nomeChiave
)
Public Function CreateConstraintCommand (
tableName As String,
nomeChiave As String
) As QsCreateConstraintCommand
public:
QsCreateConstraintCommand^ CreateConstraintCommand(
String^ tableName,
String^ nomeChiave
)
member CreateConstraintCommand :
tableName : string *
nomeChiave : string -> QsCreateConstraintCommand
Parametri
- tableName String
- Nome della table sulla quale creare un indice di un insieme di campi.
- nomeChiave String
-
Valore di ritorno
QsCreateConstraintCommandVedi anche