AdoDotNetRootObjectSelector.ApplyMappings Method

Definition

Applies mapping using the specified data table.

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))

Parameters

dataTable
DataTable

The data table.

mappings
IDictionary<String,Object>

The mappings.

Applies to