EdmPathTypeKind Enum

Definition

Enumerates the kinds of Edm Path type.

public enum EdmPathTypeKind
type EdmPathTypeKind = 
Public Enum EdmPathTypeKind
Inheritance
EdmPathTypeKind

Fields

AnnotationPath 1

Represents a Edm.AnnotationPath type.

NavigationPropertyPath 3

Represents a Edm.NavigationPropertyPath type.

None 0

Represents a path type of unknown kind.

PropertyPath 2

Represents a Edm.PropertyPath type.

Applies to