QuerySqlGenerator.GenerateSetOperation(SetOperationBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a set operation in the relational command.
protected virtual void GenerateSetOperation (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase setOperation);
abstract member GenerateSetOperation : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase -> unit
override this.GenerateSetOperation : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase -> unit
Protected Overridable Sub GenerateSetOperation (setOperation As SetOperationBase)
Parameters
- setOperation
- SetOperationBase
A set operation to print.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework