DataConnectionProperties.InitializeValues 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.
Initializes values for a specified set of properties, using a dictionary of name/value pairs.
protected:
virtual void InitializeValues(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ values);
protected virtual void InitializeValues (System.Collections.Generic.IDictionary<string,object> values);
abstract member InitializeValues : System.Collections.Generic.IDictionary<string, obj> -> unit
override this.InitializeValues : System.Collections.Generic.IDictionary<string, obj> -> unit
Protected Overridable Sub InitializeValues (values As IDictionary(Of String, Object))
Parameters
- values
- IDictionary<String,Object>
A dictionary of property name/value pairs.