ListRequestHandler<TRow,TListRequest,TListResponse>.ApplyEqualityFilter method

namespace: Serenity.Services   assemblySerenity.Net.Services

Applies the Request.Equality filter to the query

protected virtual void ApplyEqualityFilter(SqlQuery query)
parameter description
query Query

Exceptions

exception condition
ArgumentOutOfRangeException A field name in the Request.EqualityFilter could not be matched with a field in current row

See Also