Show / Hide Table of Contents

Constructor DbUnaryExpression

| Improve this Doc View Source

DbUnaryExpression(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest