Skip to content

Commit

Permalink
Issue #2044 (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylJtn committed Feb 17, 2024
1 parent 7d811c4 commit 1088065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dapper.Rainbow/Database.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public Table(Database<TDatabase> database, string likelyTableName)
/// <summary>
/// Get access to the underlying transaction
/// </summary>
public DbTransaction Transaction { get; }
public DbTransaction Transaction { get; private set; }

/// <summary>
/// Get underlying database connection.
Expand Down

0 comments on commit 1088065

Please sign in to comment.