Share via


DataObjectSelector.GetMappings(Object[]) Method

Definition

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.

Applies to