Returns the filters enabled for this query translator.
Namespace:
NHibernate.HqlAssembly: 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(); |