Get the name of the filter this configuration defines.

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

Syntax

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

Return Value

The filter name for this configuration.

See Also