MetaTable.CreateContext 方法
定义
返回表的数据上下文。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
返回
表的数据上下文。The data context for the table.
注解
数据上下文是从通过调用方法实例化的新上下文中检索的 MetaTable.CreateContext 。The data context is retrieved from a new context that is instantiated by calling the MetaTable.CreateContext method. 有关详细信息,请参阅 System.Web.DynamicData.MetaTable 类概述。For more information, see the System.Web.DynamicData.MetaTable class overview.