Metodo QSConnection.CreateInsertCommand

QSAdoNet

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
)
Public Function CreateInsertCommand ( 
	tableName As String
) As QSInsertCommand
public:
QSInsertCommand^ CreateInsertCommand(
	String^ tableName
)
member CreateInsertCommand : 
        tableName : string -> QSInsertCommand 

Parametri

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

Valore di ritorno

Tipo: QSInsertCommand
Vedi anche