EdmTypeKind Enumeración
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Define los metatipos de EDM.
public enum EdmTypeKind
type EdmTypeKind =
Public Enum EdmTypeKind
- Herencia
-
EdmTypeKind
Campos
Collection | 4 | Representa un tipo que implementa IEdmCollectionType. |
Complex | 3 | Representa un tipo que implementa IEdmComplexType. |
Entity | 2 | Representa un tipo que implementa IEdmEntityType. |
EntityReference | 5 | Representa un tipo que implementa IEdmEntityReferenceType. |
Enum | 6 | Representa un tipo que implementa IEdmEnumType. |
None | 0 | Representa un tipo con una clase desconocida o con un error. |
Path | 9 | Representa un tipo que implementa IEdmPathType. |
Primitive | 1 | Representa un tipo que implementa IEdmPrimitiveType. |
TypeDefinition | 7 | Representa un tipo que implementa IEdmTypeDefinition. |
Untyped | 8 | Representa un tipo que implementa IEdmUntypedType. |