-
Hi @phnx47 |
Beta Was this translation helpful? Give feedback.
Answered by
sonkt
Dec 13, 2023
Replies: 1 comment 16 replies
-
I believe that issue that you use |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @phnx47 !
I found a problem is bool? (Allow null). Logical Delete will be work when property has 2 attributes are Status, Deleted and its data type is bool (not allow null).
I use these attributes for base class, and I can use
new
modifier to allow hard delete at derive classCould you fix it for allow null data type.