Partager via


AdoDotNetRootObjectSelector.ApplyMappings, méthode

Applique le mappage à l'aide de la table de données spécifiée.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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>
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetRootObjectSelector Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms