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
dataTable
Type: System.Data.DataTableThe data table.
mappings
Type: System.Collections.Generic.IDictionary<String, Object>The mappings.
Permissions
- 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.
See Also
Reference
AdoDotNetRootObjectSelector Class