Retrieves the values of each field displayed and stores them in the specified System.Collections.Specialized.IOrderedDictionary object.
- 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.
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.