Método AdoDotNetRootObjectSelector.ApplyMappings
Aplica o mapeamento usando a tabela especificada de dados.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)
Sintaxe
'Declaração
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>
)
Parâmetros
- dataTable
Tipo: System.Data.DataTable
A tabela de dados.
- mappings
Tipo: System.Collections.Generic.IDictionary<String, Object>
Os mapeamentos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.