Click or drag to resize

DataRequest Methods

The DataRequest type exposes the following members.

Methods
  NameDescription
Public methodaddStringParameter(String, String)
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value Parameter names are case-insensitive
Public methodaddStringParameter(String, String, Boolean)
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value Parameter names are case-insensitive
Public methodaddStringParameterIfNotCurrentlyPresent
Add a parameter to the request only if it is already not in the request. Parameter names are case-insensitive
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodErrorOnFetch
Public methodFetch
Public methodgetDataTable
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNumberOfTries
Public methodgetParameterList
Returns parameters in this data request, as a Dictionary
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReceiveData
Public methodRetry
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also