Partager via


EntityDataSource.ContextType Propriété

Définition

Obtient ou définit les ObjectContext typés utilisés par le contrôle EntityDataSource.

public:
 property Type ^ ContextType { Type ^ get(); void set(Type ^ value); };
public Type ContextType { get; set; }
member this.ContextType : Type with get, set
Public Property ContextType As Type

Valeur de propriété

Objet qui dérive de ObjectContext.

Implémente

Remarques

Le ObjectContext utilisé par le EntityDataSource contrôle est accessible à partir de la ContextType propriété . Pour plus d’informations, consultez Object Context Life-Cycle Management (EntityDataSource).

S’applique à