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
value
Type: System.StringA parameter data type.
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
Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace
GetTypeImpl()