Get the name of the filter this configuration defines.

Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FilterName As String
C#
public string FilterName { get; }
Visual C++
public:
property String^ FilterName {
	String^ get ();
}
JavaScript
function get_filterName();

Return Value

The filter name for this configuration.

See Also