QueryParameters Methods |
The QueryParameters 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.) | |
| 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.) |
| Name | Description | |
|---|---|---|
| RecursiveEqual |
Tests for equality between two untyped objects, and if they are collections
recursively checks for equality on each entry.
(Defined by Extensions.) |