AdoDotNetObjectSelector.ApplyMappings, méthode
Applique les mappages de sélection.
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
- dataTable
Type : System.Data.DataTable
Le schéma retourné par l'appel à la méthode d' GetSchema .
- mappings
Type : System.Collections.Generic.IDictionary<String, Object>
Paires clé/valeur contenant les mappages de sélection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Le paramètre schema est nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AdoDotNetObjectSelector Classe
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms