Libreria query DedNet
Metodo QSConnectionCreateUpdateCommand |
Crea e restituisce un comando di esecuzione UPDATE.
Namespace: QSAdoNet
Assembly: QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)

public QSUpdateCommand CreateUpdateCommand( string tableName )
Public Function CreateUpdateCommand ( tableName As String ) As QSUpdateCommand
public: QSUpdateCommand^ CreateUpdateCommand( String^ tableName )
member CreateUpdateCommand : tableName : string -> QSUpdateCommand
Parametri
- tableName
- Tipo: SystemString
Nome della table sulla quale eseguire l'UPDATE.
Valore di ritorno
Tipo: QSUpdateCommand