Partager via


AdoDotNetObjectConceptMapper.GetDbTypeFromNativeType, méthode

Mappe un type natif à une instance d' DbType et retourne le type valeur.

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

Syntaxe

'Déclaration
Protected Overridable Function GetDbTypeFromNativeType ( _
    nativeType As String _
) As DbType
protected virtual DbType GetDbTypeFromNativeType(
    string nativeType
)
protected:
virtual DbType GetDbTypeFromNativeType(
    String^ nativeType
)
abstract GetDbTypeFromNativeType : 
        nativeType:string -> DbType  
override GetDbTypeFromNativeType : 
        nativeType:string -> DbType
protected function GetDbTypeFromNativeType(
    nativeType : String
) : DbType

Paramètres

  • nativeType
    Type : String

    Nom du type natif à la carte.

Valeur de retour

Type : DbType
Retourne une instance de l'objet d' DbType représentant le type mappé.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetObjectConceptMapper Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms