AdoDotNetObjectConceptMapper.GetProviderTypeFromNativeType Method
Maps a native type to a provider-specific data type.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable Function GetProviderTypeFromNativeType ( _
nativeType As String _
) As Integer
protected virtual int GetProviderTypeFromNativeType(
string nativeType
)
protected:
virtual int GetProviderTypeFromNativeType(
String^ nativeType
)
abstract GetProviderTypeFromNativeType :
nativeType:string -> int
override GetProviderTypeFromNativeType :
nativeType:string -> int
protected function GetProviderTypeFromNativeType(
nativeType : String
) : int
Parameters
nativeType
Type: System.StringName of the native type to map.
Return Value
Type: System.Int32
The provider type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.