Condividi tramite


Metodo AdoDotNetMappedObjectConverter.GetFrameworkTypeFromNativeType

Converte il tipo nativo in un tipo Type

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

'Dichiarazione
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

Parametri

  • nativeType
    Tipo: String

    Stringa contenente il nome del tipo nativo per convertire.

Valore restituito

Tipo: Type
Un tipo Type, o typeof(object) se non è possibile convertire il tipo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetMappedObjectConverter Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet