Skip to content

Dropping a specific value of an array-property #854

Answered by danielcweber
utillity asked this question in Q&A
Discussion options

You must be logged in to vote

How about

g.V<TestVertex>(v.Key()).SideEffect(_ => _.Properties(e => e.ListOne).Where(p => p.Value == "V3").Drop())

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@utillity
Comment options

Answer selected by utillity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants