I want to do reproduce this query n ES. Is it possible? How?
Code:
1 select '1' as test, * from employee
where '1' is the value of a C# variable
So, let's say I have this:
string name = "John";
I want to put the value of the variable "name" inside the query.
thanks