ashtonian / RQL.NET

RQL.NET is a resource query language for .NET intended for use with web apps. It provides a simple, hackable api for creating dynamic sql queries from user submitted JSON.
12 stars 4 forks source link

return expression tree for hackability #3

Closed ashtonian closed 4 years ago

ashtonian commented 5 years ago

use case computed fields

// Field isUserLocked() = col1 == true && col2 < date

explore adding custom db expressions some how