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 类概述。
产品 | 版本 |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |