Retrieve the next value from the underlying source.

Namespace: NHibernate.Id.Enhanced
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
long NextValue { get; }
Visual Basic
ReadOnly Property NextValue As Long
	Get
Visual C++
property long long NextValue {
	long long get ();
}

See Also