TechTalk Genome v4.2

SimpleQueryField.CreateFilter Method 

Creates the filter criteria of the query field from the extracted raw values.

protected override IQueryFilter CreateFilter(
   IOrderedDictionary values
);

Parameters

values
An IOrderedDictionary that contains the extracted raw values of the QueryField.

Return Value

An IQueryFilter object that represents the extracted filter criteria of the QueryField

Remarks

The creation of the filter is delegated to the CreateSimpleFilter method.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

SimpleQueryField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace