AdoDotNetMappedObjectConverter.GetFrameworkTypeFromNativeType (Método)

Convierte el tipo nativo a un tipo de Type

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.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
    Cadena que contiene el nombre del tipo nativo para convertir.

Valor devuelto

Tipo: System.Type
Un tipo de Type , o typeof(object) si el tipo no se puede convertir.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetMappedObjectConverter Clase

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