Partager via


Énumération EdmTypeKind

Définit les métatypes EDM.

Espace de noms :  Microsoft.Data.Edm
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Enumeration EdmTypeKind
'Utilisation
Dim instance As EdmTypeKind
public enum EdmTypeKind
public enum class EdmTypeKind
type EdmTypeKind
public enum EdmTypeKind

Membres

Nom de membre Description
None Représente un type de type inconnu ou de type erreur.

Primitive Représente un type implémentant IEdmPrimitiveType.

Entity Représente un type implémentant IEdmEntityType.

Complex Représente un type implémentant IEdmComplexType.

Row Représente un type implémentant IEdmRowType.

Collection Représente un type implémentant IEdmCollectionType.

EntityReference Représente un type implémentant IEdmEntityReferenceType.

Enum Représente un type implémentant IEdmEnumType.

IsStructured Détermine si ce type représente un type structuré.

Voir aussi

Référence

Espace de noms Microsoft.Data.Edm