ListRequestHandler<TRow,TListRequest,TListResponse>.IgnoreEqualityFilter method

namespace: Serenity.Services   assemblySerenity.Net.Services

Adds the field to the list of ignored equality filters, so that having this field in the Request.EqualityFilter won't raise an exception

public void IgnoreEqualityFilter(string field)
parameter description
field

See Also