Share via


PropertyKind Enum

Definition

The kind of the EDM property.

public enum PropertyKind
type PropertyKind = 
Public Enum PropertyKind
Inheritance
PropertyKind

Fields

Collection 2

Represents an EDM collection property.

Complex 1

Represents an EDM complex property.

Dynamic 5

Represents a dynamic property dictionary for an open type.

Enum 4

Represents an EDM enum property.

InstanceAnnotations 6

Represents an instance annotation for a CLR type.

Navigation 3

Represents an EDM navigation property.

Primitive 0

Represents an EDM primitive property.

Applies to