Trying to do something in c# instead of vb.net

All answers i find are in vb.net, amazing how few c# devs there are in uipath.

in any case i’m trying to do a simple lambda expression in c#. I keep getting the error “method name expected”

simple ex: CandidatesRead.AsEnumerable().Where(c=>c(0).ToString() == “test”)

(i’ve tried many other variations, but all of them give the same error)

ok i found its instead of () :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.