Click or drag to resize

Metodo QSConnectionCreateUpdateInsertCommand

Crea e restituisce un comando di esecuzione UPDATE se riesce altrimenti effettua INSERT.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public QSUpdateInsertCommand CreateUpdateInsertCommand(
	string tableName
)

Parametri

tableName
Tipo: SystemString
Nome della table sulla quale eseguire l'UPDATE/INSERT.

Valore di ritorno

Tipo: QSUpdateInsertCommand
Vedi anche