AdoDotNetObjectSelector.ApplyMappings (Método)

Se aplican las asignaciones de selector.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ArgumentNullException

El valor del parámetro schema es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetObjectSelector Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)