EdmTypeKind Enumeration

Defines EDM metatypes.

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

Syntax

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

Members

Member name Description
Collection Represents a type implementing IEdmCollectionType.

Complex Represents a type implementing IEdmComplexType.

Entity Represents a type implementing IEdmEntityType.

EntityReference Represents a type implementing IEdmEntityReferenceType.

Enum Represents a type implementing IEdmEnumType.

None Represents a type with an unknown or error kind.

Primitive Represents a type implementing IEdmPrimitiveType.

Row Represents a type implementing IEdmRowType.

IsStructured Determines whether this type kind represents a structured type.

See Also

Reference

Microsoft.Data.Edm Namespace