TechTalk Genome v4.2

LikeQueryField.CreateSimpleFilter Method 

Creates a filter criteria where the business property is filtered with the LIKE operator.

protected override 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 LikeQueryField

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

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