SharpSchedule

AbstractAccessHelper Class

The abstract access helper provides a single point of entry to the database access layer. It provides a way to encapsulate the database access and therefore reduce the impact of database changes.

For a list of all members of this type, see AbstractAccessHelper Members.

System.Object
   AbstractAccessHelper

[Visual Basic]
MustInherit Public Class AbstractAccessHelper
[C#]
public abstract class AbstractAccessHelper

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Ozanam.Schedule.Web.Database

Assembly: schedule.web (in schedule.web.dll)

See Also

AbstractAccessHelper Members | Ozanam.Schedule.Web.Database Namespace