CommandParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Object) |
Create a named parameter. |
CommandParameter(String) |
Create a named parameter with a null value. |
Properties
Name |
Gets the parameter name. |
Value |
Gets the value of the parameter. |