ObjectContext.GetObjectType(Type) Méthode
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.
Retourne le type d’entité de l’entité POCO associée à un objet proxy d’un type spécifié.
public:
static Type ^ GetObjectType(Type ^ type);
public static Type GetObjectType(Type type);
static member GetObjectType : Type -> Type
Public Shared Function GetObjectType (type As Type) As Type
Paramètres
Retours
Entité Type POCO associée.
Remarques
La méthode est utilisée lorsque la GetObjectType génération d’objets proxy est activée pour les entités POCO.