Delen via


QuerySqlGenerator.GenerateSetOperationOperand Method

Definition

Generates an operand for a given set operation in the relational command.

protected virtual void GenerateSetOperationOperand (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase setOperation, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression operand);
abstract member GenerateSetOperationOperand : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase * Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
override this.GenerateSetOperationOperand : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase * Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
Protected Overridable Sub GenerateSetOperationOperand (setOperation As SetOperationBase, operand As SelectExpression)

Parameters

setOperation
SetOperationBase

A set operation to use.

operand
SelectExpression

A set operation operand to print.

Applies to