Skip to content

ExecuteUpdateExtensions.UseExecuteUpdateExtensions.8EVJGRS4YF4T3EF3YO0SQPB69

Mike King edited this page Sep 30, 2025 · 2 revisions

ExecuteUpdateExtensions.UseExecuteUpdateExtensions(this DbContextOptionsBuilder) Method

Use the Execute Update Extensions.

public static Microsoft.EntityFrameworkCore.DbContextOptionsBuilder UseExecuteUpdateExtensions(this Microsoft.EntityFrameworkCore.DbContextOptionsBuilder optionsBuilder);

Parameters

optionsBuilder Microsoft.EntityFrameworkCore.DbContextOptionsBuilder

The builder being used to configure the context.

Returns

Microsoft.EntityFrameworkCore.DbContextOptionsBuilder
The same builder instance so multiple calls can be chained.

Clone this wiki locally