Table of Contents

TLinqDataTableState<T>.SqlFilter Method

This method is called by GetFilterAction when the rowFilter starts with "@"\. When overriding [GetFilterAction](GetFilterAction.md) you might want to call this method if rowfilter starts with "@".

This implementation tries to find a "Where(string)" method in the data and call it.

Syntax

Namespace: FlexCel.Report

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

Parameters

<-> Parameter Type Description
rowFilter String

See also