共用方式為


EdmPathTypeKind 列舉

定義

列舉 Edm 路徑類型的類型。

public enum EdmPathTypeKind
type EdmPathTypeKind = 
Public Enum EdmPathTypeKind
繼承
EdmPathTypeKind

欄位

AnnotationPath 1

表示 Edm.AnnotationPath 類型。

NavigationPropertyPath 3

代表 Edm.NavigationPropertyPath 類型。

None 0

表示未知種類的路徑類型。

PropertyPath 2

代表 Edm.PropertyPath 類型。

適用於