DataBoundControlDesigner.IDataSourceProvider.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.
For a description of this member, see GetSelectedDataSource().
virtual System::Object ^ System.Web.UI.Design.IDataSourceProvider.GetSelectedDataSource() = System::Web::UI::Design::IDataSourceProvider::GetSelectedDataSource;
object IDataSourceProvider.GetSelectedDataSource ();
abstract member System.Web.UI.Design.IDataSourceProvider.GetSelectedDataSource : unit -> obj
override this.System.Web.UI.Design.IDataSourceProvider.GetSelectedDataSource : unit -> obj
Function GetSelectedDataSource () As Object Implements IDataSourceProvider.GetSelectedDataSource
Returns
An object implementing an IEnumerable interface containing the design-time DataSource property of the associated control, or null
if a data source is not found.
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.