R
rd
Is the following possible in C#? (dynamic compilation?)
Let's say we have a statement stored in a table string field
called "critera1" and it equals "x > 10" (or any other logic)
At runtime the code reads the string and uses it in the code
IF criteria1 THEN ...
ELSE ...
Rich
Let's say we have a statement stored in a table string field
called "critera1" and it equals "x > 10" (or any other logic)
At runtime the code reads the string and uses it in the code
IF criteria1 THEN ...
ELSE ...
Rich