DataObjectSelector.GetMappings(Object[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回映射的属性名称及其对应的数据源特定属性名称的键/值对。
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[]
键/值对的数组,其中包含映射的属性名称及其对应的参数之间的映射。
返回
映射的属性名称及其对应的数据源特定属性名称的键/值对的集合。
例外
mappingParameters 参数为 null。