C# Class DbExpressions.DbUnaryExpression

Represents a DbExpression that has a unary operator.
Inheritance: DbExpression
Mostra file Open project: seesharper/DbExpressions Class Usage Examples

Private Methods

Method Description
DbUnaryExpression ( DbUnaryExpressionType unaryExpressionType, DbExpression operand ) : System

Initializes a new instance of the DbUnaryExpression class.

DbUnaryExpression ( DbUnaryExpressionType unaryExpressionType, DbExpression operand, Type targetType ) : System

Initializes a new instance of the DbUnaryExpression class.