Metodo QSConnection.CreateDropIndexCommand

QSAdoNet

Metodo QSConnectionCreateDropIndexCommand

Crea e restituisce un comando di DROP di una chiave primaria.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public QsDropIndexCommand CreateDropIndexCommand(
	string tableName,
	string nomeIndice
)
Public Function CreateDropIndexCommand ( 
	tableName As String,
	nomeIndice As String
) As QsDropIndexCommand
public:
QsDropIndexCommand^ CreateDropIndexCommand(
	String^ tableName, 
	String^ nomeIndice
)
member CreateDropIndexCommand : 
        tableName : string * 
        nomeIndice : string -> QsDropIndexCommand 

Parametri

tableName
Tipo: SystemString
Nome della table sulla quale eseguire il DROP di un insime di campi.
nomeIndice
Tipo: SystemString

Valore di ritorno

Tipo: QsDropIndexCommand
Vedi anche