DetailsView::ExtractRowValues Method (IOrderedDictionary^, Boolean, Boolean)
Retrieves the values of each field displayed and stores them in the specified IOrderedDictionary object.
Assembly: System.Web (in System.Web.dll)
protected: virtual void ExtractRowValues( IOrderedDictionary^ fieldValues, bool includeReadOnlyFields, bool includeKeys )
Parameters
- fieldValues
-
Type:
System.Collections.Specialized::IOrderedDictionary^
An IOrderedDictionary used to store the field values.
- includeReadOnlyFields
-
Type:
System::Boolean
true to include read-only fields; otherwise, false.
- includeKeys
-
Type:
System::Boolean
true to include the primary key field or fields; otherwise, false.
The ExtractRowValues method is a helper method called by the 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.
Notes to Inheritors:
When extending the DetailsView class, you can override this method to create your own routine to retrieve the field values.
Available since 2.0