BaseDataListDesigner.GetSelectedDataSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data source component from the associated control container.
public:
virtual System::Object ^ GetSelectedDataSource();
public object GetSelectedDataSource ();
abstract member GetSelectedDataSource : unit -> obj
override this.GetSelectedDataSource : unit -> obj
Public Function GetSelectedDataSource () As Object
Returns
An object implementing an IEnumerable interface containing the design-time DataSource property of the associated control; otherwise, null
if a data source is not found.
Implements
Remarks
The GetSelectedDataSource method uses the DesignTimeData.GetSelectedDataSource method to construct a data source from the object that is specified by the DataSource property of the associated control derived from the BaseDataList class.