Compartir vía


EntityDataSource.ContextType Propiedad

Definición

Obtiene o establece el objeto ObjectContext con tipo que usa el control 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

Valor de propiedad

Objeto que deriva de ObjectContext.

Implementaciones

Comentarios

Se ObjectContext puede tener acceso al objeto utilizado por el EntityDataSource control desde la ContextType propiedad . Para obtener más información, vea Object Context Life-Cycle Management (EntityDataSource).

Se aplica a