AdoDotNetParameter.SetTypeImpl(String) Method

Definition

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.

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

Parameters

value
String

A parameter data type.

Applies to