Version

WebScheduleSqlClientProvider Class

Data provider for WebSchedule and it's Microsoft SQL Server data model.
Syntax
Remarks

The WebScheduleSqlClientProvider is a specialized WebScheduleDbProvider offering data abstraction and translation services to the WebSchedule elements of a web application from Microsoft SQL Server back-ends.

The WebScheduleDbProviders serve as the data abstraction layer (DAL) between an application's database provider and the WebSchedule data binding interface. The different Data Bindings an application attaches to his provider determine the mappings between a custom database schema (which may vary between applications), and the eventual WebSchedule object model (which remains fixed for a particular version).

Web applications targeting Microsoft SQL Server as their relational database should use the WebScheduleSqlClientProvider to map data stored within Microsoft SQL Server to the WebSchedule object model.

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