A place-holder to inform that the data-reader was empty.

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
Object NotFoundObject { get; }
Visual Basic
ReadOnly Property NotFoundObject As Object
	Get
Visual C++
property Object^ NotFoundObject {
	Object^ get ();
}

See Also