getRelatedLinks method

Returns an array of ODataRelatedLink objects.

Syntax

- ( NSArray *const ) getRelatedLinks

Remarks

The links are absolute links and the targetCollection property of the ODataRelatedLink class defines the name of the collection of the related data. When the data is downloaded, use this collection name to retrieve its entitySchema and pass that schema to the data parser along with the downloaded data.