Invoke Code - VB.Net / C # - Condition Evaluation

@Gautham_Pattabiraman

ideally using invoke code you cannot acheive it

any code that you keep should be evaluated and any arguments you pass would be of any type but not a condition…like you can pass string,text, dictioanry but not the condition code itself

think of it like this say you are passing some random condtion like abc > 1 …normally when ui compiles the code it would identifiy abc and 1 are not of same type but during runtime if you want to pass this the problem is it does not even know that

cheers