C
crabel
I have a bunch of expressions stored in the DB that return a boolean
value.
Is there any way to dynamically parse the DB records so it returns a
boolean value at run time?
I know I can use the Compiler but thats too resouce intensive to create
a assembly for alot of records (130 records).
Surely c sharp has got to have some kind of eval function like in js or
something?
If not, any solution to this dilema or am I stuck with having to use
assemblies?
value.
Is there any way to dynamically parse the DB records so it returns a
boolean value at run time?
I know I can use the Compiler but thats too resouce intensive to create
a assembly for alot of records (130 records).
Surely c sharp has got to have some kind of eval function like in js or
something?
If not, any solution to this dilema or am I stuck with having to use
assemblies?