AdoDotNetObjectConceptMapper.GetFrameworkTypeFromNativeType Method

Maps a native type to .NET Framework data type and returns the appropriate type instance.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Protected Overridable Function GetFrameworkTypeFromNativeType ( _
    nativeType As String _
) As Type
'使用
Dim nativeType As String
Dim returnValue As Type

returnValue = Me.GetFrameworkTypeFromNativeType(nativeType)
protected virtual Type GetFrameworkTypeFromNativeType(
    string nativeType
)
protected:
virtual Type^ GetFrameworkTypeFromNativeType(
    String^ nativeType
)
protected function GetFrameworkTypeFromNativeType(
    nativeType : String
) : Type

Parameters

Return Value

Type: System.Type

Returns a .NET Framework type instance representing the mapped type.

Permissions

See Also

Reference

AdoDotNetObjectConceptMapper Class

AdoDotNetObjectConceptMapper Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace