A newer version of this page is available. Switch to the current version.

DevExtreme jQuery - EdmLiteral API

The EdmLiteral is an object for working with primitive data types from the OData's Abstract Type System that are not supported in JavaScript.

import { EdmLiteral } from "devextreme/data/odata/utils"
Type:

Object

Methods

This section describes methods that control an EdmLiteral instance.

Name Description
ctor(value)

Creates an EdmLiteral instance with a new value.

valueOf()

Gets the EdmLiteral's value converted to a string.