FieldTemplateUserControl.ExtractForeignKey Method (IDictionary, String)

 

Saves the value of foreign keys.

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

protected virtual void ExtractForeignKey(
	IDictionary dictionary,
	string selectedValue
)

Parameters

dictionary
Type: System.Collections.IDictionary

The dictionary that contains all the new values.

selectedValue
Type: System.String

The value to save.

This method is used when saving foreign key columns. The value of the foreign key is selected from the SelectedValue property of a drop down list.

.NET Framework
Available since 3.5
Return to top
Show: