FieldTemplateUserControl.ExtractForeignKey(IDictionary, String) Method

Definition

Saves the value of foreign keys.

protected:
 virtual void ExtractForeignKey(System::Collections::IDictionary ^ dictionary, System::String ^ selectedValue);
protected virtual void ExtractForeignKey (System.Collections.IDictionary dictionary, string selectedValue);
abstract member ExtractForeignKey : System.Collections.IDictionary * string -> unit
override this.ExtractForeignKey : System.Collections.IDictionary * string -> unit
Protected Overridable Sub ExtractForeignKey (dictionary As IDictionary, selectedValue As String)

Parameters

dictionary
IDictionary

The dictionary that contains all the new values.

selectedValue
String

The value to save.

Remarks

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.

Applies to