mrxten / QueryDesigner

QueryDesigner provides way of creating complex IQueryable filtering based on dynamic expression trees.
MIT License
74 stars 26 forks source link

ToSql Function #6

Closed mtugnoli closed 6 years ago

mtugnoli commented 6 years ago

It would be great if there is a function that transforms the FilterContainer into SQL language, to check if correct in complex filters

mrxten commented 6 years ago

Hi, its impossible since this library not generating sql. Its just expression layer for IQueryable collection.