EdmValueKind 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.
Defines Edm values
public enum EdmValueKind
type EdmValueKind =
Public Enum EdmValueKind
- Inheritance
-
EdmValueKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represents a value with an unknown or error kind. |
Binary | 1 | Represents a value implementing IEdmBinaryValue. |
Boolean | 2 | Represents a value implementing IEdmBooleanValue. |
Collection | 3 | Represents a value implementing IEdmCollectionValue. |
DateTimeOffset | 4 | Represents a value implementing IEdmDateTimeOffsetValue. |
Decimal | 5 | Represents a value implementing IEdmDecimalValue. |
Enum | 6 | Represents a value implementing IEdmEnumValue. |
Floating | 7 | Represents a value implementing IEdmFloatingValue. |
Guid | 8 | Represents a value implementing IEdmGuidValue. |
Integer | 9 | Represents a value implementing IEdmIntegerValue. |
Null | 10 | Represents a value implementing IEdmNullValue. |
String | 11 | Represents a value implementing IEdmStringValue. |
Structured | 12 | Represents a value implementing IEdmStructuredValue. |
Duration | 13 | Represents a value implementing IEdmDurationValue. |
Date | 14 | Represents a value implementing IEdmDateValue. |
TimeOfDay | 15 | Represents a value implementing IEdmTimeOfDayValue. |