Open ivan-sj opened 8 years ago
complex where conditions that have composite logic like IN AND OR don't work maybe the implementation should determine if the object supplied has a property derived from a given type of interface like IComplexCondition that has a mapping to a Condition type:- LIKE IN NOT AND OR?
other database the params is @name
oralce :name
I've query like this:
As result I have SQL:
But I have only one parameter in DB command col1=1, instead of three,
When I run query with parameter that has only list, i.e.
Everything is correct, I've two parameters in DB command.