SimpleCaseExpression public class SimpleCaseExpression : CaseExpression Documentation public ScalarExpression InputExpression { get; set; } public IList<SimpleWhenClause> WhenClauses { get; } public SimpleCaseExpression()