EntityDataSourceView(EntityDataSource, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 EntityDataSourceView 类的新实例,将指定的 EntityDataSource 控件设置为当前视图的所有者。
public:
EntityDataSourceView(System::Web::UI::WebControls::EntityDataSource ^ owner, System::String ^ viewName);
public EntityDataSourceView (System.Web.UI.WebControls.EntityDataSource owner, string viewName);
new System.Web.UI.WebControls.EntityDataSourceView : System.Web.UI.WebControls.EntityDataSource * string -> System.Web.UI.WebControls.EntityDataSourceView
Public Sub New (owner As EntityDataSource, viewName As String)
参数
- owner
- EntityDataSource
与 EntityDataSourceView 对象关联的数据源控件。
- viewName
- String
数据源视图的唯一名称(在拥有它的数据源控件的范围内)。