Costruttore QSDeleteCommand
|
Crea l'oggetto inizializzando il riferimento alla connessione ed il nome della table.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.1.0
Sintassi protected internal QSDeleteCommand(
QSConnection conn,
string tableName
)
Protected Friend Sub New (
conn As QSConnection,
tableName As String
)
protected public:
QSDeleteCommand(
QSConnection^ conn,
String^ tableName
)
new :
conn : QSConnection *
tableName : string -> QSDeleteCommand
Parametri
- conn QSConnection
- Connessione non necessariamente aperta.
- tableName String
- Nome della table sulla quale effettuare l'istruzione.
Vedi anche