Skip to content

Commit 1088065

Browse files
authored
Issue #2044 (#2045)
1 parent 7d811c4 commit 1088065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dapper.Rainbow/Database.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public Table(Database<TDatabase> database, string likelyTableName)
179179
/// <summary>
180180
/// Get access to the underlying transaction
181181
/// </summary>
182-
public DbTransaction Transaction { get; }
182+
public DbTransaction Transaction { get; private set; }
183183

184184
/// <summary>
185185
/// Get underlying database connection.

0 commit comments

Comments
 (0)