EdmPathTypeKind 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.
Enumerates the kinds of Edm Path type.
public enum EdmPathTypeKind
type EdmPathTypeKind =
Public Enum EdmPathTypeKind
- Inheritance
-
EdmPathTypeKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represents a path type of unknown kind. |
AnnotationPath | 1 | Represents a Edm.AnnotationPath type. |
PropertyPath | 2 | Represents a Edm.PropertyPath type. |
NavigationPropertyPath | 3 | Represents a Edm.NavigationPropertyPath type. |