EdmValueKind Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Definisce valori EDM
public enum EdmValueKind
type EdmValueKind =
Public Enum EdmValueKind
- Ereditarietà
-
EdmValueKind
Campi
Binary | 1 | Rappresenta un valore che implementa IEdmBinaryValue. |
Boolean | 2 | Rappresenta un valore che implementa IEdmBooleanValue. |
Collection | 3 | Rappresenta un valore che implementa IEdmCollectionValue. |
Date | 14 | Rappresenta un valore che implementa IEdmDateValue. |
DateTimeOffset | 4 | Rappresenta un valore che implementa IEdmDateTimeOffsetValue. |
Decimal | 5 | Rappresenta un valore che implementa IEdmDecimalValue. |
Duration | 13 | Rappresenta un valore che implementa IEdmDurationValue. |
Enum | 6 | Rappresenta un valore che implementa IEdmEnumValue. |
Floating | 7 | Rappresenta un valore che implementa IEdmFloatingValue. |
Guid | 8 | Rappresenta un valore che implementa IEdmGuidValue. |
Integer | 9 | Rappresenta un valore che implementa IEdmIntegerValue. |
None | 0 | Rappresenta un valore con un genere sconosciuto o non valido. |
Null | 10 | Rappresenta un valore che implementa IEdmNullValue. |
String | 11 | Rappresenta un valore che implementa IEdmStringValue. |
Structured | 12 | Rappresenta un valore che implementa IEdmStructuredValue. |
TimeOfDay | 15 | Rappresenta un valore che implementa IEdmTimeOfDayValue. |