Gets a value indicating whether to use this filter-def in manytoone refs.
Namespace: NHibernate.EngineAssembly: 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 (); } |