[Missing <summary> documentation for "P:NHibernate.Event.AutoFlushEvent.FlushRequired"]

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

Syntax

C#
public bool FlushRequired { get; set; }
Visual Basic
Public Property FlushRequired As Boolean
	Get
	Set
Visual C++
public:
property bool FlushRequired {
	bool get ();
	void set (bool value);
}

See Also