File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public partial interface IStatelessSession : IDisposable
64
64
65
65
/// <summary>Get the current NHibernate transaction.</summary>
66
66
// Since v5.3
67
- [ Obsolete ( "Use CurrentTransaction instead, and check for null." ) ]
67
+ [ Obsolete ( "Use GetCurrentTransaction extension method instead, and check for null." ) ]
68
68
ITransaction Transaction { get ; }
69
69
70
70
/// <summary>
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public abstract partial class AbstractSessionImpl : ISessionImplementor
38
38
39
39
/// <summary>Get the current NHibernate transaction.</summary>
40
40
// Since v5.3
41
- [ Obsolete ( "Use CurrentTransaction instead, and check for null." ) ]
41
+ [ Obsolete ( "Use GetCurrentTransaction extension method instead, and check for null." ) ]
42
42
public ITransaction Transaction => ConnectionManager . Transaction ;
43
43
44
44
protected bool IsTransactionCoordinatorShared { get ; }
You can’t perform that action at this time.
0 commit comments