IDataSourceProvider Interface
Defines an interface that a control designer can implement to provide access to a data source.
Assembly: System.Design (in System.Design.dll)
A class that is able to provide a data source can implement this interface to enable access to its data source by objects that use the IDataSourceProvider interface. This interface is used by the DataFieldConverter and DataMemberConverter classes.
The following code example shows a custom class, named TemplatedListDesigner, which inherits from the TemplatedControlDesigner class and implements the IDataSourceProvider interface.
<FileName>databounddesigner.vb</FileName> <RelevantItems> <Reference>System.Web.UI.Design.ControlDesigner</Reference> <Reference>System.Web.UI.Design.TemplatedControlDesigner</Reference> <Reference>System.Web.UI.Design.IDataSourceProvider</Reference> </RelevantItems>
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.