Proprietà QSSqlSubQuery.SubCmd

QSAdoNet

Proprietà QSSqlSubQuerySubCmd

Restituisce il comando che implementa la subquery.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public QSSelectCommand SubCmd { get; }
Public ReadOnly Property SubCmd As QSSelectCommand
	Get
public:
property QSSelectCommand^ SubCmd {
	QSSelectCommand^ get ();
}
member SubCmd : QSSelectCommand with get

Valore della proprietà

Tipo: QSSelectCommand
Vedi anche