Table of Contents

TLinqDataTableState<T>.SimpleFilter Method

This method is called by GetFilterAction when the rowFilter doesn't start with "@". It will do a simple parse of the rowFilter string, allowing "AND" "OR" "()" and equality comparisons.

Syntax

Namespace: FlexCel.Report

public Func<IQueryable, IQueryable> SimpleFilter(String rowFilter)

Parameters

<-> Parameter Type Description
rowFilter String

See also