Obtain a set of the names of all filters defined on this SessionFactory.

Namespace:  NHibernate
Assembly:  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();

See Also