Namespace:  NHibernate.SqlCommand
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property Distinct As Boolean
C#
public bool Distinct { get; set; }
Visual C++
public:
property bool Distinct {
	bool get ();
	void set (bool value);
}
JavaScript
function get_distinct();
function set_distinct(value);

See Also