EdmContainerElementKind 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 container element types.
public enum EdmContainerElementKind
type EdmContainerElementKind =
Public Enum EdmContainerElementKind
- Inheritance
-
EdmContainerElementKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represents an element where the container kind is unknown or in error. |
EntitySet | 1 | Represents an element implementing IEdmEntitySet. |
ActionImport | 2 | Represents an element implementing IEdmActionImport. |
FunctionImport | 3 | Represents an element implementing IEdmFunctionImport. |
Singleton | 4 | Represents an element implementing IEdmSingleton. |