AdoDotNetObjectConceptMapper.GetFrameworkTypeFromNativeType, méthode

Mappe un type natif au type de données d' .NET Framework et retourne le type approprié instance.

Espace de noms :  Microsoft.VisualStudio.Data.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
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

Paramètres

  • nativeType
    Type : String

    Nom du type natif à la carte.

Valeur de retour

Type : Type
Retourne une instance de type. NET Framework qui représente le type mappé.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetObjectConceptMapper Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms