TechTalk Genome v4.2

ReferenceQueryField.ExtractFilterFromCell Method 

Extracts the filter of the reference query field from the current table cell and adds the value to the specified IQueryFilterCollection.

public override void ExtractFilterFromCell(
   IQueryFilterCollection filters,
   QueryFieldCell cell,
   DataControlRowState rowState,
   bool includeReadOnly
);

Parameters

filters
An IQueryFilterCollection to collect the filter criteria of the query fields.
cell
A QueryFieldCell that contains the controls of the ReferenceQueryField.
rowState
One of the DataControlRowState values.
includeReadOnly
true to indicate that the values of read-only fields are included in the filter collection; otherwise, false. The default implementation returns false.

Remarks

This method extracts the selected reference value from the drop-down field and adds a QueryReferenceFilter to the filters collection.

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

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