We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7171f31 commit 40a3d92Copy full SHA for 40a3d92
Orm/Xtensive.Orm/Orm/Model/Node.cs
@@ -25,7 +25,7 @@ public abstract class Node : LockableBase
25
public string Name
26
{
27
get => name;
28
- set {
+ internal set {
29
EnsureNotLocked();
30
if (name is not null)
31
throw new InvalidOperationException("The node Name is locked.");
0 commit comments