AdoDotNetObjectConceptMapper.GetFrameworkTypeFromNativeType (Método)

Asigna un tipo nativo al tipo de datos de .NET Framework y devuelve la instancia adecuada del tipo.

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

Sintaxis

'Declaración
Protected Overridable Function GetFrameworkTypeFromNativeType ( _
    nativeType As String _
) As Type
protected virtual Type GetFrameworkTypeFromNativeType(
    string nativeType
)
protected:
virtual Type^ GetFrameworkTypeFromNativeType(
    String^ nativeType
)
abstract GetFrameworkTypeFromNativeType : 
        nativeType:string -> Type 
override GetFrameworkTypeFromNativeType : 
        nativeType:string -> Type 
protected function GetFrameworkTypeFromNativeType(
    nativeType : String
) : Type

Parámetros

  • nativeType
    Tipo: System.String
    Nombre del tipo nativo a asignar.

Valor devuelto

Tipo: System.Type
Devuelve una instancia del tipo de .NET Framework que representa el tipo asignado.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetObjectConceptMapper Clase

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