Metodo AdoDotNetRootObjectSelector.ApplyMappings
Applica il mapping utilizzando la tabella dati.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
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>
)
Parametri
dataTable
Tipo: DataTableLa tabella dati.
mappings
Tipo: IDictionary<String, Object>I mapping.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
AdoDotNetRootObjectSelector Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet