Metodo QSConnection.CreateConstraintCommand

QSAdoNet

Metodo QSConnectionCreateConstraintCommand

Crea e restituisce un comando di CREATE PRIMARY KEY.

Namespace:  QSAdoNet
Assembly:  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
Tipo: SystemString
Nome della table sulla quale creare un indice di un insieme di campi.
nomeChiave
Tipo: SystemString

Valore di ritorno

Tipo: QsCreateConstraintCommand
Vedi anche