EntityDataSource.ContextType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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).