Class DbUnaryExpression
Represents database expression which has single operand.
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 DbUnaryExpression : DbExpression
Constructors
| Name | Description |
|---|---|
| DbUnaryExpression(Type, DbUnaryExpressionKind, DbExpression) | Initializes a new instance of DbUnaryExpression class. |
Properties
| Name | Description |
|---|---|
| Kind | Gets the operation of the expression. |
| Operand | Gets the operand of the expression. |
Methods
| Name | Description |
|---|---|
| Accept(DbExpressionVisitor) | |
| Accept<T>(DbExpressionVisitor<T>) |