IEdmTypeConfiguration Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un EdmType
public interface IEdmTypeConfiguration
type IEdmTypeConfiguration = interface
Public Interface IEdmTypeConfiguration
- Dérivé
Propriétés
ClrType |
Le type CLR associé au EdmType. |
FullName |
Nom complet (espace de noms compris) d'EdmType. |
Kind |
Genre d'EdmType. Exemples : EntityType, ComplexType, PrimitiveType, CollectionType, EnumType. |
ModelBuilder |
ODataModelBuilder ayant servi à la création d'IEdmType. |
Name |
Nom de l'EdmType. |
Namespace |
Nom d'espaces de l'EdmType. |