PropertyKind 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.
The kind of the EDM property.
public enum PropertyKind
type PropertyKind =
Public Enum PropertyKind
- Inheritance
-
PropertyKind
Fields
Name | Value | Description |
---|---|---|
Primitive | 0 | Represents an EDM primitive property. |
Complex | 1 | Represents an EDM complex property. |
Collection | 2 | Represents an EDM collection property. |
Navigation | 3 | Represents an EDM navigation property. |
Enum | 4 | Represents an EDM enum property. |
Dynamic | 5 | Represents a dynamic property dictionary for an open type. |
InstanceAnnotations | 6 | Represents an instance annotation for a CLR type. |