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.

The properties defined in Action are also applicable to this action.

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

ODataService Open Properties

Property Type Required
Service Service Required
_Type const Required

Service

The target service


_Type

  • type: const

The value of this property must be equal to:

"Action.Type.ODataService.Open"

Action Result

The ActionResult of this action is null.


Examples

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