Compartir a través de


EdmPathTypeKind Enumeración

Definición

Enumera los tipos de tipo Edm Path.

public enum EdmPathTypeKind
type EdmPathTypeKind = 
Public Enum EdmPathTypeKind
Herencia
EdmPathTypeKind

Campos

AnnotationPath 1

Representa un tipo Edm.AnnotationPath.

NavigationPropertyPath 3

Representa un tipo Edm.NavigationPropertyPath.

None 0

Representa un tipo de ruta de acceso de tipo desconocido.

PropertyPath 2

Representa un tipo Edm.PropertyPath.

Se aplica a