tgstation-server
The /tg/station 13 server suite
IDatabaseConnectionFactory.cs
Go to the documentation of this file.
1 using System.Data.Common;
3 
5 {
10  {
17  DbConnection CreateConnection(string connectionString, DatabaseType databaseType);
18  }
19 }
DbConnection CreateConnection(string connectionString, DatabaseType databaseType)
Create a DbConnection
DatabaseType
Type of database to user
Definition: DatabaseType.cs:6