Constructor DbUnaryExpression
| Improve this Doc View SourceDbUnaryExpression(Type, DbUnaryExpressionKind, DbExpression)
Initializes a new instance of DbUnaryExpression class.
Declaration
public DbUnaryExpression(Type dataType, DbUnaryExpressionKind kind, DbExpression operand)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | dataType | The data type. |
| DbUnaryExpressionKind | kind | Specifies the operation of the expression. |
| DbExpression | operand | The operand of the expression. |