AdoDotNetObjectConceptMapper.GetDbTypeFromNativeType (Método)

Asigna un tipo nativo a una instancia de DbType y devuelve el valor de tipo.

Espacio de nombres:  Microsoft.VisualStudio.Data.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
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

Parámetros

  • nativeType
    Tipo: System.String
    Nombre del tipo nativo a asignar.

Valor devuelto

Tipo: System.Data.DbType
Devuelve una instancia de objeto de DbType que representa el tipo asignado.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetObjectConceptMapper Clase

Microsoft.VisualStudio.Data.AdoDotNet (Espacio de nombres)