FormView.IDataBoundControl.DataSourceObject 属性

定义

获取数据源对象,该数据源对象包含 FormView 控件所检索到的数据项列表。Gets the data source object that contains the list of data items that the FormView control retrieves.

property System::Web::UI::IDataSource ^ System::Web::UI::WebControls::IDataBoundControl::DataSourceObject { System::Web::UI::IDataSource ^ get(); };
System.Web.UI.IDataSource System.Web.UI.WebControls.IDataBoundControl.DataSourceObject { get; }
member this.System.Web.UI.WebControls.IDataBoundControl.DataSourceObject : System.Web.UI.IDataSource
 ReadOnly Property DataSourceObject As IDataSource Implements IDataBoundControl.DataSourceObject

属性值

IDataSource

数据源对象的,该数据源对象包含 FormView 控件所检索到的数据项列表。The data source object that contains the list of data items that the FormView control retrieves.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 FormView 实例被强制转换为 IDataBoundControl 接口时使用。It can be used only when the FormView instance is cast to an IDataBoundControl interface.

适用于