System.Web.UI.WebControls.DetailsView.ExtractRowValues Method

Retrieves the values of each field displayed and stores them in the specified System.Collections.Specialized.IOrderedDictionary object.

Syntax

protected virtual void ExtractRowValues (System.Collections.Specialized.IOrderedDictionary fieldValues, bool includeReadOnlyFields, bool includePrimaryKey)

Parameters

includePrimaryKey
Documentation for this section has not yet been entered.
fieldValues
An System.Collections.Specialized.IOrderedDictionary used to store the field values.
includeReadOnlyFields
true to include read-only fields; otherwise, false.

Remarks

The DetailsView.ExtractRowValues(System.Collections.Specialized.IOrderedDictionary, bool, bool) method is a helper method called by the System.Web.UI.WebControls.DetailsView control to retrieve the values of each field. The values can them be used for data source operations. You can specify whether the extracted values include read-only fields and key fields by using the includeReadOnlyFields and includePrimaryKey parameters, respectively.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0