Return the currently enabled filters. The filter map is keyed by filter
name, with values corresponding to the {@link org.hibernate.impl.FilterImpl}
instance.
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property EnabledFilters As IDictionary |
C# |
---|
IDictionary EnabledFilters { get; } |
Visual C++ |
---|
property IDictionary^ EnabledFilters { IDictionary^ get (); } |
JavaScript |
---|
function get_enabledFilters(); |