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"
Methods
Name | Description |
---|---|
ctor(value) |
Creates an EdmLiteral instance with a new value. |
valueOf() |
Gets the EdmLiteral's value converted to a string. |
Feedback