ODataActionParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ActionPayload holds the Parameter names and values provided by a client in a POST request to invoke a particular Action. The Parameter values are stored in the dictionary keyed using the Parameter name.
public class ODataActionParameters : System.Collections.Generic.Dictionary<string,object>
type ODataActionParameters = class
inherit Dictionary<string, obj>
Public Class ODataActionParameters
Inherits Dictionary(Of String, Object)
- Inheritance
-
ODataActionParameters
Constructors
ODataActionParameters() |