DataBoundControlDesigner.IDataSourceProvider.GetSelectedDataSource Method ()
.NET Framework (current version)
For a description of this member, see GetSelectedDataSource.
Assembly: System.Design (in System.Design.dll)
private abstract GetSelectedDataSource : unit -> Object private override GetSelectedDataSource : unit -> Object
Return Value
Type: System.ObjectAn object implementing an IEnumerable interface containing the design-time DataSource property of the associated control, or null if a data source is not found.
This member is an explicit interface member implementation. It can be used only when the DataBoundControlDesigner instance is cast to an IDataSourceProvider interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: