FieldTemplateUserControl.ExtractForeignKey(IDictionary, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.