Proprietà QSSelectCommandDistinct
|
Restituisce o imposta se la SELECT è preceduta dalla clausola DISTINCT.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.1.0
Sintassi public bool Distinct { get; set; }
Public Property Distinct As Boolean
Get
Set
public:
property bool Distinct {
bool get ();
void set (bool value);
}
member Distinct : bool with get, set
Valore della proprietà
BooleanVedi anche