getParameters method

Gets the action link parameters whose values should be set by the user.

Syntax

- ( NSDictionary * ) getParameters

Remarks

The dictionary contains ODataPropertyValue... instances. The actual type depends on the edm type of the action link parameter. For example, if the type is Edm.String, the parameter is typed as ODataPropertyValueString. Use ODataPropertyValueObject provides generic, but only string based access to values for reading and writing.