DataObjectSelector.GetMappings(Object[]) 方法

定义

返回映射的属性名称及其对应的数据源特定属性名称的键/值对。

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)

参数

mappingParameters
Object[]

键/值对的数组,其中包含映射的属性名称及其对应的参数之间的映射。

返回

IDictionary<String,Object>

映射的属性名称及其对应的数据源特定属性名称的键/值对的集合。

例外

mappingParameters 参数为 null。

适用于