MetaTable.CreateContext Method

Definition

Returns the data context for the table.

public:
 System::Object ^ CreateContext();
public:
 virtual System::Object ^ CreateContext();
public object CreateContext ();
public virtual object CreateContext ();
member this.CreateContext : unit -> obj
abstract member CreateContext : unit -> obj
override this.CreateContext : unit -> obj
Public Function CreateContext () As Object
Public Overridable Function CreateContext () As Object

Returns

The data context for the table.

Remarks

The data context is retrieved from a new context that is instantiated by calling the MetaTable.CreateContext method. For more information, see the System.Web.DynamicData.MetaTable class overview.

Applies to