InExpression.Operand Property

Definition

Gets the operand.

public virtual Microsoft.EntityFrameworkCore.Query.Expressions.AliasExpression Operand { get; }
public virtual System.Linq.Expressions.Expression Operand { get; }
member this.Operand : Microsoft.EntityFrameworkCore.Query.Expressions.AliasExpression
member this.Operand : System.Linq.Expressions.Expression
Public Overridable ReadOnly Property Operand As AliasExpression
Public Overridable ReadOnly Property Operand As Expression

Property Value

The operand.

Applies to