Skip to content

ListRequestHandlerBase<TRow,TListRequest,TListResponse>.ApplyCriteria method

Applies the Request.Criteria to the query if it is not null or empty, and replaced field references with their corresponding expressions by calling ReplaceFieldExpressions

protected virtual void ApplyCriteria(SqlQuery query)
parameter description
query

See Also