英語で読む

次の方法で共有


OperationExecutor.OptimizeContext Class

Definition

Represents an operation to generate optimized code for a DbContext.

C#
public class OperationExecutor.OptimizeContext : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
Inheritance
OperationExecutor.OptimizeContext

Constructors

Methods

Execute(Action)

Executes an action passing exceptions to the IOperationResultHandler.

(Inherited from OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

Executes an action passing results or exceptions to the IOperationResultHandler.

(Inherited from OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Executes an action passing the result or exceptions to the IOperationResultHandler.

(Inherited from OperationExecutor.OperationBase)

Applies to

製品 バージョン
Entity Framework Core 6.0, 7.0, 8.0, 9.0