Click or drag to resize

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)
Sintassi
public QSSelectCommand CreateSelectCommand(
	string tableName
)

Parametri

tableName
Tipo: SystemString
Nome della table sulla quale eseguire la SELECT.

Valore di ritorno

Tipo: QSSelectCommand
Vedi anche