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

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
- Tipo: SystemString
Nome della table sulla quale eseguire la SELECT.
Valore di ritorno
Tipo: QSSelectCommand