EdmType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration containing the types of values that can be stored in a table entity property.
public enum EdmType
type EdmType =
Public Enum EdmType
- Inheritance
-
EdmType
Fields
Name | Value | Description |
---|---|---|
String | 0 | Represents fixed- or variable-length character data. |
Binary | 1 | Represents fixed- or variable-length binary data. |
Boolean | 2 | Represents the mathematical concept of binary-valued logic. |
DateTime | 3 | Represents date and time. |
Double | 4 | Represents a floating point number with 15 digits precision that can represent values with approximate range of +/- 2.23e -308 through +/- 1.79e +308. |
Guid | 5 | Represents a 16-byte (128-bit) unique identifier value. |
Int32 | 6 | Represents a signed 32-bit integer value. |
Int64 | 7 | Represents a signed 64-bit integer value. |
Applies to
Azure SDK for .NET