We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PersistenceState
1 parent d282187 commit ad12e02Copy full SHA for ad12e02
Orm/Xtensive.Orm/Orm/PersistenceState.cs
@@ -9,7 +9,7 @@ namespace Xtensive.Orm
9
/// <summary>
10
/// Defines possible persistence states of the entities.
11
/// </summary>
12
- public enum PersistenceState
+ public enum PersistenceState : byte
13
{
14
15
/// The entity is synchronized with the database (there are no unsaved changes).
@@ -28,4 +28,4 @@ public enum PersistenceState
28
29
Removed = 3,
30
}
31
-}
+}
0 commit comments