getParameters method

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

Syntax

- ( NSDictionary * ) getParameters

Usage

The dictionary contains SDMODataPropertyValue... 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 SDMODataPropertyValueString. Use SDMODataPropertyValueObject provides generic, but only string based access to values for reading and writing.