TechTalk Genome v4.2

SimpleQueryField.ExtractValuesFromCell Method 

Extracts the raw values of the simple query field from the current table cell into an IOrderedDictionary collection.

protected override IOrderedDictionary ExtractValuesFromCell(
   QueryFieldCell cell,
   DataControlRowState rowState,
   bool includeReadOnly
);

Parameters

cell
A QueryFieldCell that contains the TextBox of the SimpleQueryField.
rowState
One of the DataControlRowState values.
includeReadOnly
true to indicate that the values of read-only fields are included in the values collection; otherwise, false. The default implementation returns false.

Return Value

An IOrderedDictionary that contains the extracted values.

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