TechTalk Genome v4.2

QueryField.ExtractValuesFromCell Method 

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

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

Parameters

cell
A QueryFieldCell that contains the controls of the QueryField.
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

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