Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

Extend DynamicValueCriterion to support conditions like `x.Date < x.Association.Date` #283

Open hamidmayeli opened 4 years ago

hamidmayeli commented 4 years ago

IDatabaseQuery supports conditions like x.Prop1[ ==|!=|<|>] x.Prop2 it should be extended in a way that supports x.Prop1 [ ==|!=|<|>] x.Association.Prop2