TechTalk Genome v4.2

SimpleQueryField.CreateSimpleFilter Method 

Creates the filter criteria of a simple query field based on the extracted property name and property value.

protected abstract IQueryFilter CreateSimpleFilter(
   string propertyName,
   string value
);

Parameters

propertyName
A string that represents the name of the business property that will be filtered.
value
A string that represents the value to filter for.

Return Value

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

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