BaseDataListDesigner::GetResolvedSelectedDataSource Method ()
Gets the data source component from the associated control container, resolved to a specific data member.
Assembly: System.Design (in System.Design.dll)
Return Value
Type: System.Collections::IEnumerable^An object implementing an IEnumerable interface containing the design-time DataSource of the associated control, resolved to the DataMember parameter; otherwise, null if a data source is not found.
The GetSelectedDataSource method uses the GetSelectedDataSource method to construct a data source from the object that is specified by the DataSource and DataMember properties of the associated control derived from the BaseDataList class.
Available since 1.1
BaseDataList
DataSource
DataMember
IDataSourceProvider
IDataSourceProvider::GetSelectedDataSource
BaseDataListDesigner::GetResolvedSelectedDataSource
DesignTimeData
BaseDataListDesigner Class
System.Web.UI.Design.WebControls Namespace