Click or drag to resize
RequestAppend Method
Overload List
  NameDescription
Public methodAppend(String, Constant)
Appends the specified value to the named array element of this request.
Public methodAppend(String, Datetime)
Appends the specified value to the named array element of this request.
Public methodAppend(String, Name)
Appends the specified value to the named array element of this request.
Public methodAppend(String, Boolean)
Appends the specified value to the named array element of this request.
Public methodAppend(String, Byte)
Appends the specified value to the named array element of this request.
Public methodAppend(String, Char)
Appends the specified value to the named array element of this request.
Public methodAppend(String, Double)
Appends the specified value to the named array element of this request.
Public methodAppend(String, Int32)
Appends the specified value to the named array element of this request.
Public methodAppend(String, Int64)
Appends the specified value to the named array element of this request.
Public methodAppend(String, Single)
Appends the specified value to the named array element of this request.
Public methodAppend(String, String)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Constant)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Datetime)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Name)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Boolean)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Byte)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Char)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Double)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Int32)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Int64)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Single)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, String)
Appends the specified value to the named array element of this request.
Top
See Also