Get the name of the filter this configuration defines.
Namespace:
NHibernate.EngineAssembly: 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(); |