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
'宣言
Protected Overridable Function GetProviderTypeFromNativeType ( _
nativeType As String _
) As Integer
'使用
Dim nativeType As String
Dim returnValue As Integer
returnValue = Me.GetProviderTypeFromNativeType(nativeType)
protected virtual int GetProviderTypeFromNativeType(
string nativeType
)
protected:
virtual int GetProviderTypeFromNativeType(
String^ nativeType
)
protected function GetProviderTypeFromNativeType(
nativeType : String
) : int
Parameters
nativeType
Type: System.StringName of the native type to map.
Return Value
Type: System.Int32
Permissions
- 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.
See Also
Reference
AdoDotNetObjectConceptMapper Class