lundi 20 avril 2015

Dynamic If else Conditions

I have a column in my database table which holds a value like

if(10>15)return 't' else return 'f'

Now I want to execute this condition in my C# Application so that in this case it will return me 'f'.

I have searched over the internet and found "Roslyn" which seems to do what I am looking for, but I don't know how to use it.

Aucun commentaire:

Enregistrer un commentaire