IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

ODataVersion Property

The OData Version.

Syntax

[VB.NET]
Public Property ODataVersion As OdataODataVersions

[C#]
public OdataODataVersions ODataVersion {get; set;}

enum OdataODataVersions { odV2, odV3, odV4, odAuto }

Remarks

This property specifies the OData version to be used in the request and expected in the response. Possible values are:

  • 0 (odV2)
  • 1 (odv3)
  • 3 (odV4)
  • 4 (odAuto - default)
When set to 4 (odAuto - default) the component will automatically determine the version used by the service and use the same version to format requests and parse responses. When calling CreateEntry or UpdateEntry if the service version is not already known from a previous operation the component will first query the service to determine the version.

Once the version of the service has been automatically determined it will continue to be used until Reset is called.

This property is not available at design time.

Default Value

3

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]