ListRequestHandler<TRow,TListRequest,TListResponse>.ReplaceFieldExpressions method

namespace: Serenity.Services   assemblySerenity.Net.Services

Replaces field references, e.g. property names and field name with their corresponding expression by using the CriteriaFieldExpressionReplacer

protected virtual BaseCriteria ReplaceFieldExpressions(BaseCriteria criteria)
parameter description
criteria Input criteria

Return Value

Processed criteria

See Also