bool TryExecuteStatements( IEnumerable<string> statements, bool inTransaction, out IReadOnlyList<TSqlResult> result )
Parameters
- statements
- the statements to execute
- inTransaction
- ensure all statements pass with no error or none passes
- result
- the statements and the individual
Return Value
true if no exception