Proprietà QSSelectCommand.Distinct

QSAdoNet

Proprietà QSSelectCommandDistinct

Restituisce o imposta se la SELECT è preceduta dalla clausola DISTINCT.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.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à

Tipo: Boolean
Vedi anche