CommandParameter Class

Definition

Define a parameter for Command

public ref class CommandParameter sealed
public sealed class CommandParameter
type CommandParameter = class
Public NotInheritable Class CommandParameter
Inheritance
CommandParameter

Constructors

CommandParameter(String)

Create a named parameter with a null value.

CommandParameter(String, Object)

Create a named parameter.

Properties

Name

Gets the parameter name.

Value

Gets the value of the parameter.

Applies to