AdoDotNetMappedObjectConverter.GetProviderTypeFromNativeType(String) Method

Definition

Converts the native type to the provider's specific type.

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

Parameters

nativeType
String

A string containing the name of the native type to convert.

Returns

The provider's specific type value, or 0 if the type cannot be converted.

Applies to