Obtain a set of the names of all filters defined on this SessionFactory.
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property DefinedFilterNames As ICollection |
C# |
---|
ICollection DefinedFilterNames { get; } |
Visual C++ |
---|
property ICollection^ DefinedFilterNames { ICollection^ get (); } |
JavaScript |
---|
function get_definedFilterNames(); |