EdmPropertyKind Enumeration

Defines EDM property types.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Enumeration EdmPropertyKind
'Usage
Dim instance As EdmPropertyKind
public enum EdmPropertyKind
public enum class EdmPropertyKind
type EdmPropertyKind
public enum EdmPropertyKind

Members

Member name Description
Navigation Represents a property implementing IEdmNavigationProperty.

None Represents a property with an unknown or error kind.

Structural Represents a property implementing IEdmStructuralProperty.

See Also

Reference

Microsoft.Data.Edm Namespace