SharpSchedule

ConnectionFactory Class

The connection factory gives a central place to get a connection to the database. It can later be used to abstract out the database connection.

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

System.Object
   ConnectionFactory

[Visual Basic]
Public Class ConnectionFactory
[C#]
public class ConnectionFactory

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.Store.Database

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

See Also

ConnectionFactory Members | Ozanam.Schedule.Store.Database Namespace