LinqDBManager - Aghyad-Khlefawi/Coddee GitHub Wiki

This class holds the database connection string and responsible for creating the DataContext objects.

Type parameters

Name Description
TDataContext The LinqToSQL DataContext type

Properties

Name Description
Connection Gets the connection string the DBManager is using

Methods

Name Description
Initialize(string) Initializes the DBManager
CreateContext Creates a new DataContext using the stored connection string (Connection)

Examples

LinqRepository examples