BaseDataListDesigner.GetResolvedSelectedDataSource 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, resolved to a specific data member.
public:
virtual System::Collections::IEnumerable ^ GetResolvedSelectedDataSource();
public System.Collections.IEnumerable GetResolvedSelectedDataSource ();
abstract member GetResolvedSelectedDataSource : unit -> System.Collections.IEnumerable
override this.GetResolvedSelectedDataSource : unit -> System.Collections.IEnumerable
Public Function GetResolvedSelectedDataSource () As IEnumerable
Returns
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.
Implements
Remarks
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.