CaseExpression.WhenClauses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of CaseWhenClause to match Operand or evaluate condition to get result.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause> WhenClauses { get; }
member this.WhenClauses : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause>
Public Overridable ReadOnly Property WhenClauses As IReadOnlyList(Of CaseWhenClause)