Click or drag to resize

Metodo QSConnectionCreateInsertCommand

Crea e restituisce un comando di esecuzione INSERT.

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

Parametri

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

Valore di ritorno

Tipo: QSInsertCommand
Vedi anche