Metodo QSConnectionCreateDropTableCommand
|
Crea e restituisce un comando di DROP di una tabella.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.1.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 String
- Nome della table sulla quale eseguire il DROP.
Valore di ritorno
QsDropTableCommandVedi anche