Share via


AdoDotNetParameter.SetNameImpl(String) Method

Definition

Sets the name of the parameter.

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

Parameters

value
String

The string literal parameter name.

Applies to