DataBoundControlDesigner.IDataSourceProvider.GetResolvedSelectedDataSource Method

Definition

For a description of this member, see GetResolvedSelectedDataSource().

C#
System.Collections.IEnumerable IDataSourceProvider.GetResolvedSelectedDataSource();

Returns

The selected data member from the selected data source, if the control allows the user to select an IListSource object (such as a DataSet object) for the data source, and provides a DataMember property to select a particular list (or DataTable object) within the data source.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataBoundControlDesigner instance is cast to an IDataSourceProvider interface.

Applies to

Продукт Версії
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also