PostgreSQL supports UNION ALL clause

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

Syntax

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

Field Value

trueTruetruetrue (True in Visual Basic)

Remarks

See Also