Does this dialect support parameters within the select clause of INSERT ... SELECT ... statements?

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

Syntax

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

Return Value

True if this is supported; false otherwise.

See Also