Does ReplaceV method support removing properties on a vertex ? #524
Unanswered
TechWatching
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have a vertex with 2 properties, this vertex corresponds to this class in my C# code:
If I do the following code,
I am expecting the property
MyOptionalProperty
to be updated to null or removed but this is not the case, it is not updated whereas theMyRequiredProperty
is correctly updated. So I am wondering if ReplaceV support removing properties on a vertex.But maybe I am missing something ?
Beta Was this translation helpful? Give feedback.
All reactions