AdoDotNetObjectConceptMapper.GetFrameworkTypeFromNativeType(String) Method

Definition

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

protected:
 virtual Type ^ GetFrameworkTypeFromNativeType(System::String ^ nativeType);
protected virtual Type GetFrameworkTypeFromNativeType (string nativeType);
abstract member GetFrameworkTypeFromNativeType : string -> Type
override this.GetFrameworkTypeFromNativeType : string -> Type
Protected Overridable Function GetFrameworkTypeFromNativeType (nativeType As String) As Type

Parameters

nativeType
String

Name of the native type to map.

Returns

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

Applies to