MetaTable.CreateContext 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回表的数据上下文。
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
返回
表的数据上下文。
注解
数据上下文是从通过调用 方法实例化的新上下文中检索的 MetaTable.CreateContext 。 有关详细信息,请参阅 System.Web.DynamicData.MetaTable 类概述。