次の方法で共有


EdmPathTypeKind 列挙型

定義

Edm Path 型の種類を列挙します。

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

フィールド

AnnotationPath 1

Edm.AnnotationPath 型を表します。

NavigationPropertyPath 3

Edm.NavigationPropertyPath 型を表します。

None 0

不明な種類のパスの種類を表します。

PropertyPath 2

Edm.PropertyPath 型を表します。

適用対象