Class ProtoSqlSession
The per-test database session: the connection ProtoTest owns and, when the isolation strategy needs one, the transaction every access technology must enlist in.
public sealed class ProtoSqlSession
- Inheritance
-
ProtoSqlSession
- Inherited Members
- Extension Methods
Properties
Connection
Gets the connection owned by this test.
public DbConnection Connection { get; }
Property Value
Transaction
public DbTransaction? Transaction { get; }