C# equivalent of the SQL CASE statement?

@Banderson

It sure is. This works:

image

I found Func by searching for the error on here, but I would never have known about Action.

Func would work, but I was returning a value for no good reason.

Sweet!