How to remove null properties on a vertex? #563
Unanswered
smokedlinq
asked this question in
Q&A
Replies: 2 comments 1 reply
-
That should already work. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe that's just the overload of Property(x. => x...., null) that does this. Not sure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In gremlin, I can do properties("propertyName").drop(), but is there a way to have Gremlinq do that automagically with Update()?
Beta Was this translation helpful? Give feedback.
All reactions