Disable the named filter for the current session.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void DisableFilter( string filterName ) |
Visual Basic |
---|
Sub DisableFilter ( _ filterName As String _ ) |
Visual C++ |
---|
void DisableFilter( String^ filterName ) |
Parameters
- filterName
- Type: System..::..String
The name of the filter to be disabled.