Share via


EdmPathTypeKind Enum

Definition

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.

Applies to