Handles basic database interaction with an SQL server. More...
Inherits Foodolini::Database< SqlConnection >.
Public Member Functions | |
MsSqlDB (string connString) | |
override SqlConnection | GetConnection () |
Protected Member Functions | |
override DbCommand | GetCommand (string sql) |
Gets the appropriate DbCommand for the database. |
Handles basic database interaction with an SQL server.
Definition at line 14 of file MSSQLDB.cs.
Foodolini.Tools.MsSqlDB.MsSqlDB | ( | string | connString | ) |
Definition at line 16 of file MSSQLDB.cs.
override DbCommand Foodolini.Tools.MsSqlDB.GetCommand | ( | string | sql | ) | [protected] |
Gets the appropriate DbCommand for the database.
sql |
Definition at line 26 of file MSSQLDB.cs.
override SqlConnection Foodolini.Tools.MsSqlDB.GetConnection | ( | ) |
Definition at line 31 of file MSSQLDB.cs.