Parameters Methods |
The Parameters type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue |
Gets the untyped value of the given key in the parameters
| |
SetBoolean |
Sets a Boolean value in the parameters
| |
SetDate |
Sets a DateTimeOffset value in the parameters
| |
SetDouble |
Sets a Double value in the parameters
| |
SetFloat |
Sets a Single value in the parameters
| |
SetInt |
Sets an Int32 value in the parameters
| |
SetLong |
Sets an Int64 value in the parameters
| |
SetString |
Sets a String value in the parameters
| |
SetValue |
Sets an untyped value in the parameters
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |