Skip to content

ODataService Open

This action is used to open connection to an online OData service instance. You must performed ODataService.Create action on the same service before executing this action.

All the properties defined under Action are applicable to this action.

This action is deprecated. Please use Action.Type.ODataService.Initialize.

ODataService Open Properties

Property Type Required
Service Service Yes
_Type const Yes

Service

The target service


_Type

  • type: const

The value of this property must be:

"Action.Type.ODataService.Open"

Action Result

The ActionResult of this action is null.


Examples

{
  "_Type": "Action.Type.ODataService.Open",
  "Service": "/MyMDKApp/Services/MyOData.service"
}