QuerySqlGenerator.GenerateSetOperationOperand Yöntem

Tanım

İlişkisel komutta belirli bir küme işlemi için bir işlenen oluşturur.

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)

Parametreler

setOperation
SetOperationBase

Kullanılacak bir ayar işlemi.

operand
SelectExpression

Yazdırılacak ayarlanmış bir işlem işleneni.

Şunlara uygulanır