Class BinaryExpression<T>
Represents column expression which contains two column 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 abstract class BinaryExpression<T> : BinaryExpression<T, T>
Type Parameters
Name | Description |
---|---|
T | The data type of the column operands and column expression. |
Constructors
Name | Description |
---|---|
BinaryExpression(Column<T>, Column<T>) | Initializes a new instance of BinaryExpression<T> class. |