![]() |
SQLHandler Methods |
The SQLHandler type exposes the following members.
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.
|