AdoDotNetObjectSelector.ApplyMappings Method

Applies the selector mappings.

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)

AdoDotNetObjectSelector.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

Exceptions

Exception Condition
ArgumentNullException

The schema parameter is a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

AdoDotNetObjectSelector Class

AdoDotNetObjectSelector Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace