Gets a value indicating whether to use this filter-def in manytoone refs.

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

Syntax

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

Field Value

true if [use in many to one]; otherwise, false.

See Also