AdoDotNetRootObjectSelector.ApplyMappings Method

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

'宣言
Protected Shared Sub ApplyMappings ( _
    dataTable As DataTable, _
    mappings As IDictionary(Of String, Object) _
)
'使用
Dim dataTable As DataTable
Dim mappings As IDictionary(Of String, Object)

AdoDotNetRootObjectSelector.ApplyMappings(dataTable, mappings)
protected static void ApplyMappings(
    DataTable dataTable,
    IDictionary<string, Object> mappings
)
protected:
static void ApplyMappings(
    DataTable^ dataTable, 
    IDictionary<String^, Object^>^ mappings
)
protected static function ApplyMappings(
    dataTable : DataTable, 
    mappings : IDictionary<String, Object>
)

Parameters

Permissions

See Also

Reference

AdoDotNetRootObjectSelector Class

AdoDotNetRootObjectSelector Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace