AdoDotNetParameter.SetTypeImpl Method

Attempts to parse the string type into a DbType enumeration value using Enum.Parse and if this fails it assumes DbType.Object as the correct DbType.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Protected Overrides Sub SetTypeImpl ( _
    value As String _
)
'使用
Dim value As String

Me.SetTypeImpl(value)
protected override void SetTypeImpl(
    string value
)
protected:
virtual void SetTypeImpl(
    String^ value
) override
protected override function SetTypeImpl(
    value : String
)

Parameters

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

GetTypeImpl