Does this dialect support UNION ALL, which is generally a faster variant of UNION? True if UNION ALL is supported; false otherwise.

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual bool SupportsUnionAll { get; }
Visual Basic
Public Overridable ReadOnly Property SupportsUnionAll As Boolean
	Get
Visual C++
public:
virtual property bool SupportsUnionAll {
	bool get ();
}

See Also