Condividi tramite


EntityDataSource.ContextType Proprietà

Definizione

Ottiene o imposta l'oggetto tipizzato ObjectContext utilizzato dal EntityDataSource controllo .

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

Valore della proprietà

Oggetto che deriva da ObjectContext.

Implementazioni

Commenti

È ObjectContext possibile accedere all'oggetto utilizzato dal EntityDataSource controllo dalla ContextType proprietà . Per altre informazioni, vedere Object Context Life-Cycle Management (EntityDataSource).

Si applica a