Show / Hide Table of Contents

Constructor DbBinaryExpression

| Improve this Doc View Source

DbBinaryExpression(Type, BinaryExpressionKind, DbExpression, DbExpression)

Initializes a new instance DbBinaryExpression class.

Declaration
public DbBinaryExpression(Type dataType, BinaryExpressionKind kind, DbExpression left, DbExpression right)
Parameters
Type Name Description
System.Type dataType

The data type.

BinaryExpressionKind kind

Specifies the operation of the expression.

DbExpression left

The left expression operand.

DbExpression right

The right expression operand.

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