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
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.