GridView.CreateChildTable 方法
定义
创建一个新的子表。Creates a new child table.
protected:
virtual System::Web::UI::WebControls::Table ^ CreateChildTable();
protected virtual System.Web.UI.WebControls.Table CreateChildTable ();
abstract member CreateChildTable : unit -> System.Web.UI.WebControls.Table
override this.CreateChildTable : unit -> System.Web.UI.WebControls.Table
Protected Overridable Function CreateChildTable () As Table
返回
总是返回一个表示子表的新的 Table。Always returns a new Table that represents the child table.
注解
CreateChildTable方法是 GridView 控件用来创建子表的帮助器方法。The CreateChildTable method is a helper method used by the GridView control to create a child table.