AdoDotNetObjectConceptMapper.GetDbTypeFromNativeType(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mappe un type natif à une DbType instance et retourne la valeur de type.
protected:
virtual System::Data::DbType GetDbTypeFromNativeType(System::String ^ nativeType);
protected virtual System.Data.DbType GetDbTypeFromNativeType (string nativeType);
abstract member GetDbTypeFromNativeType : string -> System.Data.DbType
override this.GetDbTypeFromNativeType : string -> System.Data.DbType
Protected Overridable Function GetDbTypeFromNativeType (nativeType As String) As DbType
Paramètres
- nativeType
- String
Nom du type natif à mapper.
Retours
Retourne une DbType instance d’objet qui représente le type mappé.