Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies mapping using the specified data table.
Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Shared Sub ApplyMappings ( _
    dataTable As DataTable, _
    mappings As IDictionary(Of String, Object) _
)
protected static void ApplyMappings(
    DataTable dataTable,
    IDictionary<string, Object> mappings
)
protected:
static void ApplyMappings(
    DataTable^ dataTable, 
    IDictionary<String^, Object^>^ mappings
)
static member ApplyMappings : 
        dataTable:DataTable * 
        mappings:IDictionary<string, Object> -> unit 
protected static function ApplyMappings(
    dataTable : DataTable, 
    mappings : IDictionary<String, Object>
)
Parameters
- dataTable
 Type: System.Data.DataTable
 The data table.
- mappings
 Type: System.Collections.Generic.IDictionary<String, Object>
 The mappings.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.