Does this dialect support "pooled" sequences. Not aware of a better name for this. Essentially can we specify the initial and increment values?

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

Syntax

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

Return Value

True if such "pooled" sequences are supported; false otherwise.

See Also