Obtain a set of the names of all filters defined on this SessionFactory.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
ICollection<string> DefinedFilterNames { get; } |
Visual Basic |
---|
ReadOnly Property DefinedFilterNames As ICollection(Of String) Get |
Visual C++ |
---|
property ICollection<String^>^ DefinedFilterNames { ICollection<String^>^ get (); } |