Class DbBinaryExpression
Represents database expression which has two expression operands.
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 DbBinaryExpression : DbExpression
Constructors
| Name | Description |
|---|---|
| DbBinaryExpression(Type, BinaryExpressionKind, DbExpression, DbExpression) | Initializes a new instance DbBinaryExpression class. |
Properties
| Name | Description |
|---|---|
| Kind | Gets the operation of the expression. |
| Left | Gets the left expression operand. |
| Right | Gets the right expression operand. |
Methods
| Name | Description |
|---|---|
| Accept(DbExpressionVisitor) | |
| Accept<T>(DbExpressionVisitor<T>) |