FieldTemplateUserControl.ExtractValues Method (IOrderedDictionary)

 

Provides dictionary access to all data in the current row.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Protected Overridable Sub ExtractValues (
	dictionary As IOrderedDictionary
)

Parameters

dictionary
Type: System.Collections.Specialized.IOrderedDictionary

The dictionary that contains all the new values.

This method implements the ExtractValues method.

.NET Framework
Available since 3.5
Return to top
Show: