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

EdmLiteral

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

Included in: dx.web.js, dx.viz.js, dx.all.js
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.