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 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).