Show:

DataType Class

DataType is an 'Enum' containing all of the supported data types.

Item Index

Methods

Properties

Methods

fromEdmDataType

(
  • typeName
)
DataType static

Returns the DataType for a specified EDM type name.

Parameters:

  • typeName String

Returns:

DataType:

A DataType.

Properties

Binary

DataType final static

Boolean

DataType final static

Byte

DataType final static

DateTime

DataType final static

DateTimeOffset

DataType final static

Decimal

DataType final static

defaultValue

Any

The default value of this DataType.

Double

DataType final static

Guid

DataType final static

Int16

DataType final static

Int32

DataType final static

Int64

DataType final static

isNumeric

Boolean

Whether this is a 'numeric' DataType.

Single

DataType final static

String

DataType final static

Time

DataType final static

Undefined

DataType final static