A common means to access the last value obtained from the underlying source. This is intended for testing purposes, since accessing the unerlying database source directly is much more difficult.

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

Syntax

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

Field Value

The last value we obtained from the underlying source; -1 indicates we have not yet consulted with the source.

See Also