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 override bool SupportsPooledSequences { get; }
Visual Basic
Public Overrides ReadOnly Property SupportsPooledSequences As Boolean
	Get
Visual C++
public:
virtual property bool SupportsPooledSequences {
	bool get () override;
}

Return Value

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

See Also