EntityDataSource.ContextType Proprietà

Definizione

Ottiene o imposta l'oggetto ObjectContext tipizzato utilizzato dal controllo 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

Valore della proprietà

Oggetto derivato da ObjectContext.

Implementazioni

Commenti

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

Si applica a