Does this dialect support empty IN lists? For example, is [where XYZ in ()] a supported construct?

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

Syntax

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

Return Value

True if empty in lists are supported; false otherwise.

See Also