RelationalDbContextOptionsBuilder<TBuilder,TExtension>.MinBatchSize Method
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.
Configures the minimum number of statements that are needed for a multi-statement command sent to the database during SaveChanges().
public virtual TBuilder MinBatchSize (int minBatchSize);
abstract member MinBatchSize : int -> 'Builder
override this.MinBatchSize : int -> 'Builder
Public Overridable Function MinBatchSize (minBatchSize As Integer) As TBuilder
- minBatchSize
- Int32
The minimum number of statements.
The same builder instance so that multiple calls can be chained.
See Saving data with EF Core for more information and examples.
Proizvod | Verzije |
---|---|
Entity Framework Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Povratne informacije o proizvodu Entity Framework
Entity Framework je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: