Click or drag to resize

QueryParameters Methods

The QueryParameters type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetBoolean
Sets a Boolean value in the parameters
Public methodSetDate
Sets a DateTimeOffset value in the parameters
Public methodSetDouble
Sets a Double value in the parameters
Public methodSetFloat
Sets a Single value in the parameters
Public methodSetInt
Sets an Int32 value in the parameters
Public methodSetLong
Sets an Int64 value in the parameters
Public methodSetString
Sets a String value in the parameters
Public methodSetValue
Sets an untyped value in the parameters
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodRecursiveEqual
Tests for equality between two untyped objects, and if they are collections recursively checks for equality on each entry.
(Defined by Extensions.)
Top
See Also