Metodo QSConnectionCreateInsertCommand
|
Crea e restituisce un comando di esecuzione INSERT.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.1.0
Sintassi public QSInsertCommand CreateInsertCommand(
string tableName
)
Public Function CreateInsertCommand (
tableName As String
) As QSInsertCommand
public:
QSInsertCommand^ CreateInsertCommand(
String^ tableName
)
member CreateInsertCommand :
tableName : string -> QSInsertCommand
Parametri
- tableName String
- Nome della table sulla quale eseguire l'INSERT.
Valore di ritorno
QSInsertCommandVedi anche