mattwar / iqtoolkit

A Toolkit for building LINQ IQueryable providers. This is the official move of my IQToolkit project from CodePlex.
Other
237 stars 77 forks source link

Update Parameterizer.cs #2

Closed StephanHartmann closed 9 years ago

StephanHartmann commented 9 years ago

The second comparison used expressions from input parameter b (b.Right, b.Left) instead the local ones (left, right). Therefore DbType of param was not adjusted to DbType of column.