Name | Description | |
---|---|---|
BulkImport | Bulks the import data into a SQL server database. | |
ExecuteNoneQuery | Executes the provided SQL statement, make sure no external SQL can be injected. | |
ExecuteProcedure | Overloaded. executes a stored procedure on the database | |
ExecuteProcedureAsync | Overloaded. executes a stored procedure on the database | |
ExecuteProcedures | Execute a set of procedures | |
ExecuteReader | Overloaded. Executes the stored procedure and returns a data reader. | |
ExecuteReaderAsync | Executes the stored procedure and returns a data reader. | |
ExecuteScalar | Overloaded. Executes a scalar stored procedure. | |
ExecuteScalarAsync | Executes a scalar stored procedure. | |
ExecuteStatements | Overloaded. Execute all statements | |
ExecuteStatementsAsync | Execute a batch of statements | |
GetList<T> | Get a list of values from json for a type that implements Parse | |
GetQueue<T> | Gets a queue of T where the data can be processed of from. | |
GetTypedList | Overloaded. Get a list of typed classes from json for a type that implements Parse where T1 can be created using T2 as constructor parameter | |
TryDatabaseExists | Tries the database exists. | |
TryExecuteStatements | Tries to execute a set of statements provides a detailed result on the individual statements | |
TryTableIsEmpty | Tries to see if the table is empty. | |
UsesCloud | uses a cloud based connection | |
UsesFailover | tests to see if the firewall uses a fail-over partner |