[Missing <summary> documentation for "P:NHibernate.Event.LoadEvent.IsAssociationFetch"]

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

Syntax

C#
public bool IsAssociationFetch { get; }
Visual Basic
Public ReadOnly Property IsAssociationFetch As Boolean
	Get
Visual C++
public:
property bool IsAssociationFetch {
	bool get ();
}

See Also