AdoDotNetParameter.SetTypeCore Method

Attempts to parse the string type into a DbType enumeration value by using Enum.Parse. If this fails, the method assumes DbType.Object as the correct DbType.

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

Syntax

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

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

Parameters

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

GetTypeImpl()