ListRequestHandler<TRow,TListRequest,TListResponse>.ApplyCriteria method

namespace: Serenity.Services   assemblySerenity.Net.Services

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