InExpression.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

属性值

操作数。

适用于