abe545 / CodeOnlyStoredProcedures

A library for easily calling Stored Procedures in .NET using only code (no xml or gui).
MIT License
4 stars 3 forks source link

Use multiple paramters with in Condition #75

Closed Osama91 closed 8 years ago

Osama91 commented 8 years ago

i just need to Use In Condition but it always return no data at all For Example .WithParameter("@Size","S,M") would never return any data

abe545 commented 8 years ago

Could you please give me a complete sample call that is not doing what you'd expect? Also, what database are you using?