Condividi tramite


Metodo AdoDotNetObjectConceptMapper.GetDbTypeFromNativeType

Esegue il mapping di un tipo nativo a un'istanza DbType e restituisce il valore di tipo.

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

Sintassi

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

Parametri

  • nativeType
    Tipo: String

    Nome del tipo nativo al mapping.

Valore restituito

Tipo: DbType
Restituisce un'istanza di un oggetto DbType che rappresenta il tipo mappato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetObjectConceptMapper Classe

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet