TechTalk Genome v4.2

EqualsQueryField.CreateSimpleFilter Method 

Creates a filter criteria where the business property must be equal to the property value.

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

Parameters

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

Return Value

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

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

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