次の方法で共有


AdoDotNetParameter.SetTypeCore(String) Method

Definition

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.

protected:
 override void SetTypeCore(System::String ^ value);
protected override void SetTypeCore (string value);
override this.SetTypeCore : string -> unit
Protected Overrides Sub SetTypeCore (value As String)

Parameters

value
String

A parameter data type.

Applies to