Metodo QSConnection.CreateDropTableCommand

QSAdoNet

Metodo QSConnectionCreateDropTableCommand

Crea e restituisce un comando di DROP di una tabella.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public QsDropTableCommand CreateDropTableCommand(
	string tableName
)
Public Function CreateDropTableCommand ( 
	tableName As String
) As QsDropTableCommand
public:
QsDropTableCommand^ CreateDropTableCommand(
	String^ tableName
)
member CreateDropTableCommand : 
        tableName : string -> QsDropTableCommand 

Parametri

tableName
Tipo: SystemString
Nome della table sulla quale eseguire il DROP.

Valore di ritorno

Tipo: QsDropTableCommand
Vedi anche