|
|
SQLHandler Class |
Namespace: CADSharpTools.Database
The SQLHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Connection |
Singleton's SqlConnection object.
| |
| ConnectionString |
Singleton's connection string.
|
| Name | Description | |
|---|---|---|
| Close |
Closes the connection. Connection can be reopened.
| |
| Dispose |
Closes and disposes of the connection.
| |
| Open |
Opens a connection to the database.
| |
| PerformSQLTransaction(FuncSqlConnection, MethodReturnBoolean) |
Performs a SQL transaction.
| |
| PerformSQLTransactionT(FuncSqlConnection, MethodReturnT) |
Performs a SQL transaction. Generic variation.
| |
| SetConnectionString |
Sets ConnectionString property.
|