AdoDotNetObjectConceptMapper.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.
Maps a native type to a provider-specific data 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
Name of the native type to map.
Returns
The provider type.