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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.