You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Orm/Xtensive.Orm/Orm/Session.Persist.cs
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
// Copyright (C) 2003-2010 Xtensive LLC.
2
-
// All rights reserved.
3
-
// For conditions of distribution and use, see license.
1
+
// Copyright (C) 2007-2020 Xtensive LLC.
2
+
// This code is distributed under MIT license terms.
3
+
// See the License.txt file in the project root for more information.
4
4
// Created by: Dmitri Maximov
5
5
// Created: 2007.08.10
6
6
@@ -57,9 +57,15 @@ public void SaveChanges()
57
57
/// <exception cref="NotSupportedException">Unable to cancel changes for non-disconnected session. Use transaction boundaries to control the state.</exception>
0 commit comments