getWritableParameters method

Creates a dictionary of property values (ODataPropertyValue...) that can be used as function import parameters.

Syntax

- ( NSMutableDictionary * ) getWritableParameters

Remarks

Set the rawValue property to the value you would like to send as a parameter when executing a function import. for example, the metadata defines the following parameters for the given function import: <Parameter name="name" type="Edm.String" mode="In"> <Parameter name="index" type="Edm.Int32" mode="In"> The method will return an NSMutableDictionary of writable parameters as ODataPropertyValue.... The name of the ODataPropertyValue... instance will be the name of the parameter.