Sdílet prostřednictvím


AdoDotNetParameter.SetValueCore(Object) Method

Definition

Sets the value of the parameter.

protected:
 override void SetValueCore(System::Object ^ value);
protected override void SetValueCore (object value);
override this.SetValueCore : obj -> unit
Protected Overrides Sub SetValueCore (value As Object)

Parameters

value
Object

An object value to which the parameter is set.

Applies to