DataBoundControlDesigner.IDataSourceProvider.GetResolvedSelectedDataSource Method

Definition

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

 virtual System::Collections::IEnumerable ^ System.Web.UI.Design.IDataSourceProvider.GetResolvedSelectedDataSource() = System::Web::UI::Design::IDataSourceProvider::GetResolvedSelectedDataSource;
System.Collections.IEnumerable IDataSourceProvider.GetResolvedSelectedDataSource ();
abstract member System.Web.UI.Design.IDataSourceProvider.GetResolvedSelectedDataSource : unit -> System.Collections.IEnumerable
override this.System.Web.UI.Design.IDataSourceProvider.GetResolvedSelectedDataSource : unit -> System.Collections.IEnumerable
Function GetResolvedSelectedDataSource () As IEnumerable Implements 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

See also