Version

IDataFetch Interface

The IDataFetch interface supports general-purpose retrieval operations from arbitrary data sources.
Syntax
'Declaration
 
Public Interface IDataFetch 
public interface IDataFetch 
Remarks

Application developers will find their implementation of IDataFetch on one of the included WebSchedule data providers. Add a data provider (for example, WebScheduleSqlClientDataProvider when the application uses Microsoft SQL Server as it's database back-end) to the Page and set it's WebScheduleInfo property to point to the WebScheduleInfo used within your scheduling application. This will initialize the DataFetch property to a working implementation of IDataFetch, and it will be used when data binding to load activities, resources, reminders, and any other information.

Developers going so far as to create a custom data provider may find themselves implementing the Fetch operation, if not re-using the implementation provided by WebScheduleDataProviderBase.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also