Metodo QSConnectionCreateDeleteCommand
|
Crea e restituisce un comando di DELETE.
Namespace:
QSAdoNet
Assembly:
QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public QSDeleteCommand CreateDeleteCommand(
string tableName
)
Public Function CreateDeleteCommand (
tableName As String
) As QSDeleteCommand
public:
QSDeleteCommand^ CreateDeleteCommand(
String^ tableName
)
member CreateDeleteCommand :
tableName : string -> QSDeleteCommand
Parametri
- tableName
- Tipo: SystemString
Nome della table sulla quale eseguire il DELETE.
Valore di ritorno
Tipo:
QSDeleteCommandVedi anche