AdoDotNetParameter.Parse(String) Method

Definition

Gets the DbType and attempts to parts the input string value into the correct type using primitive type conversions (like Byte.Parse and Int32.Parse).

public:
 override void Parse(System::String ^ value);
public override void Parse (string value);
override this.Parse : string -> unit
Public Overrides Sub Parse (value As String)

Parameters

value
String

A string representation of a parameter value.

Applies to