I need to refactor my app, changing magic sql strings with linq expressions. How convert following SQL-Query to LINQ
select et from tiporazmers where try_cast(et as float)>@param1`
Note: I need to filter on database level, no filter collections in memory!
Any suggestions are helpful, thanks!