Is the entity to which we are bound completely initialized?

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

Syntax

C#
bool IsInitialized { get; }
Visual Basic
ReadOnly Property IsInitialized As Boolean
	Get
Visual C++
property bool IsInitialized {
	bool get ();
}

See Also