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 7b398d0 commit a2a8701Copy full SHA for a2a8701
Orm/Xtensive.Orm/Orm/Validation/PropertyValidator.cs
@@ -39,7 +39,7 @@ public bool IsImmediate
39
public bool ValidateOnlyIfModified
40
{
41
get => validateOnlyIfModified;
42
- set {
+ init {
43
if (Domain != null) {
44
throw Exceptions.AlreadyInitialized(null);
45
}
@@ -53,7 +53,7 @@ public bool ValidateOnlyIfModified
53
public bool SkipOnTransactionCommit
54
55
get => skipOnTransactionCommiting;
56
57
58
59
0 commit comments