IncludeNavigationKeys
Indicates if navigation keys should be included or not.
Data Type
bool
Default Value
false
Remarks
When true (default) the primary keys of the navigation properties that are singletons will be available on a table. They can be both retrieved and filtered, but are not available for INSERT/update (use the Linked* navigation columns for that). This is done to try and make it simpler to retrieve these record references where possible.
Currently this is only available when the response is of data type JSON. Set DataFormat to JSON to ensure the service returns json if the service supports both XML/ATOM and JSON.