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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.