Does this dialect support empty IN lists?
For example, is [where XYZ in ()] a supported construct?
Namespace: NHibernate.DialectAssembly: 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 (); } |