CaseExpression.ElseResult 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 value to return if none of the WhenClauses matches.
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression ElseResult { get; }
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression? ElseResult { get; }
member this.ElseResult : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
Public Overridable ReadOnly Property ElseResult As SqlExpression