SimpleDataType
Overview
The SimpleDataType enumeration designates value data type. Values of this type are used internally by the Data Abstract to store information about change data types while processing data requests made via OData or REST data access interfaces.
Purpose of the the SimpleDataType enumeration is very similar to the purpose of the DataType enumeration, except the former one is never sent to over the wire.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Server
Value | Description |
---|---|
Binary | |
Boolean | |
Currency | |
DateTime | |
Double | |
Guid | |
Int64 | |
Integer | |
String |
- ODataPublishing (.NET)
- REST Overview