Class DbCaseExpression
Represents a databse CASE expression.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public sealed class DbCaseExpression : DbExpression
Properties
Name | Description |
---|---|
Else | Gets the ELSE expression. |
On | Gets the ON expression. |
Then | Gets the list of THEN expression. |
When | Gets the list of WHEN expression. |
Methods
Name | Description |
---|---|
Accept(DbExpressionVisitor) | |
Accept<T>(DbExpressionVisitor<T>) |