Table of Contents

Method DisableFilter

Namespace
Innova.Data.Entity.QueryFilterBuilder
Assembly
Innova.Data.dll

DisableFilter(string)

Disables the query filter with the specified name.

public IQueryFilterBuilder<TEntity> DisableFilter(string filterName)

Parameters

filterName string

The name of the filter to disable.

Returns

IQueryFilterBuilder<TEntity>

The query filter builder.