EdmTypeKind 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 metatipi EDM.
public enum EdmTypeKind
type EdmTypeKind =
Public Enum EdmTypeKind
- Ereditarietà
-
EdmTypeKind
Campi
Collection | 4 | Rappresenta un tipo che implementa IEdmCollectionType. |
Complex | 3 | Rappresenta un tipo che implementa IEdmComplexType. |
Entity | 2 | Rappresenta un tipo che implementa IEdmEntityType. |
EntityReference | 5 | Rappresenta un tipo che implementa IEdmEntityReferenceType. |
Enum | 6 | Rappresenta un tipo che implementa IEdmEnumType. |
None | 0 | Rappresenta un tipo con un genere sconosciuto o non valido. |
Path | 9 | Rappresenta un tipo che implementa IEdmPathType. |
Primitive | 1 | Rappresenta un tipo che implementa IEdmPrimitiveType. |
TypeDefinition | 7 | Rappresenta un tipo che implementa IEdmTypeDefinition. |
Untyped | 8 | Rappresenta un tipo che implementa IEdmUntypedType. |