Skip to content

how to query by multiple vertex ids? #624

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

You must be logged in to vote

Look a the signature of V: It takes params object[]. What you're passing is a array of strings, which will be treated as a single object. So you are effectively passing an array of strings as key, which won't work. var ids = new object[] { "foo", "bar }; will do the trick.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by jbockle
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