EdmPropertyKind 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 property types.
public enum EdmPropertyKind
type EdmPropertyKind =
Public Enum EdmPropertyKind
- Inheritance
-
EdmPropertyKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represents a property with an unknown or error kind. |
Structural | 1 | Represents a property implementing IEdmStructuralProperty. |
Navigation | 2 | Represents a property implementing IEdmNavigationProperty. |