Get the name of this filter.

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

Syntax

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

Implements

IFilter..::.Name

See Also