Metodo QSConnectionCreateSelectCommand
|
Crea e restituisce un comando di esecuzione SELECT.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public QSSelectCommand CreateSelectCommand(
string tableName
)
Public Function CreateSelectCommand (
tableName As String
) As QSSelectCommand
public:
QSSelectCommand^ CreateSelectCommand(
String^ tableName
)
member CreateSelectCommand :
tableName : string -> QSSelectCommand
Parametri
- tableName String
- Nome della table sulla quale eseguire la SELECT.
Valore di ritorno
QSSelectCommandVedi anche