Title here
Summary here
Name | Description |
---|---|
TConnection | |
TTransaction |
The underlying ADO.NET connection. Only read from this object and it's properties - by default, connections are always acquired from the connection pool.
Type | Description |
---|---|
TConnection |
The current transaction. Use BeginTransaction() to start a transaction, and CommitTransaction() or RollbackTransaction() to commit or rollback.
Type | Description |
---|---|
TTransaction |