Click or drag to resize

Metodo QSConnectionCreateInsertCommand

Crea e restituisce un comando di esecuzione INSERT.

Namespace: QSAdoNet
Assembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.1.0
Sintassi
public QSInsertCommand CreateInsertCommand(
	string tableName
)

Parametri

tableName  String
Nome della table sulla quale eseguire l'INSERT.

Valore di ritorno

QSInsertCommand
Vedi anche