AdoDotNetMappedObjectConverter.GetProviderTypeFromNativeType(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.
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.