AdoDotNetRootObjectSelector.ApplyMappings 方法

定义

使用指定的数据表应用映射。

protected:
 static void ApplyMappings(System::Data::DataTable ^ dataTable, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ mappings);
protected static void ApplyMappings (System.Data.DataTable dataTable, System.Collections.Generic.IDictionary<string,object> mappings);
static member ApplyMappings : System.Data.DataTable * System.Collections.Generic.IDictionary<string, obj> -> unit
Protected Shared Sub ApplyMappings (dataTable As DataTable, mappings As IDictionary(Of String, Object))

参数

dataTable
DataTable

数据表。

mappings
IDictionary<String,Object>

映射。

适用于