AdoDotNetObjectConceptMapper.GetFrameworkTypeFromNativeType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.