Get the select command used retrieve the names of all sequences.

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

Syntax

C#
public virtual string QuerySequencesString { get; }
Visual Basic
Public Overridable ReadOnly Property QuerySequencesString As String
	Get
Visual C++
public:
virtual property String^ QuerySequencesString {
	String^ get ();
}

Return Value

The select command; or null if sequences are not supported.

See Also