Click or drag to resize

Parameters Methods

The Parameters 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 methodGetValue
Gets the untyped value of the given key in the parameters
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
See Also