The CommandParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommandParameter(String, Object) |
Initializes a new instance of the CommandParameter class
using the same value for Name and PropertyName.
|
|
CommandParameter(String, String, IList) |
Initializes a new instance of the CommandParameter class
allowing different values for Name and PropertyName and a list of
values.
|
|
CommandParameter(String, String, Object) |
Initializes a new instance of the CommandParameter class
allowing different values for Name and PropertyName.
|
Methods
Name | Description | |
---|---|---|
AddValues |
Adds a list of values to the parameter.
|
|
Clone |
Creates a new object that is a copy of the current instance.
|
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Name |
Gets or sets the parameter name.
|
|
PropertyName |
Gets or sets the name of the item property to which the parameter
is "bound" for formatting purposes.
|
|
Values |
Gets or sets the parameter values.
|