Replies: 1 comment
-
Hey revenz, From one of the examples on the performance benchmark, he uses the following code: public override void Update(int count)
|
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
-
In normal SQL you would do
or
and pass a SqlCommandParameter("value", "myvalue");
(or something along those lines, been a while since I used SqlCommand stuff directly).
How would I go about doing this in LiteDB?
I think its
Just not sure how to use a parameter here. Or is this completely wrong?
Beta Was this translation helpful? Give feedback.
All reactions