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