MetaTable.CreateContext Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.