[Missing <summary> documentation for "P:DatabaseObjects.SQL.SQLSelect.Distinct"]

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public bool Distinct { get; set; }
Visual Basic
Public Property Distinct As Boolean
	Get
	Set
Visual C++
public:
property bool Distinct {
	bool get ();
	void set (bool value);
}

See Also