DataObjectSelector.GetMappings(Object[]) 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.
Returns key/value pairs of mapped property names and their corresponding data source–specific property names.
protected:
static System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetMappings(cli::array <System::Object ^> ^ mappingParameters);
protected static System.Collections.Generic.IDictionary<string,object> GetMappings (object[] mappingParameters);
static member GetMappings : obj[] -> System.Collections.Generic.IDictionary<string, obj>
Protected Shared Function GetMappings (mappingParameters As Object()) As IDictionary(Of String, Object)
Parameters
- mappingParameters
- Object[]
An array of key/value pairs containing the mappings between the mapped property names and their corresponding parameters.
Returns
A collection of key/value pairs of mapped property names and their corresponding data source–specific property names.
Exceptions
The mappingParameters
parameter is null.