EdmSchemaElementKind 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 schema element types.
public enum EdmSchemaElementKind
type EdmSchemaElementKind =
Public Enum EdmSchemaElementKind
- Inheritance
-
EdmSchemaElementKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represents a schema element with unknown or error kind. |
TypeDefinition | 1 | Represents a schema element implementing IEdmSchemaType. |
Term | 2 | Represents a schema element implementing IEdmTerm. |
Action | 3 | Represents a schema element implementing IEdmAction. |
EntityContainer | 4 | Represents a schema element implementing IEdmEntityContainer |
Function | 5 | Represents a schema element implementing IEdmAction. |