BaseDataListDesigner.GetSelectedDataSource Method

Definition

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.

Applies to

See also