Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property IsIgnoreNotFound As Boolean
C#
public bool IsIgnoreNotFound { get; set; }
Visual C++
public:
property bool IsIgnoreNotFound {
	bool get ();
	void set (bool value);
}
JavaScript
function get_isIgnoreNotFound();
function set_isIgnoreNotFound(value);

See Also