Class BatchSaveChangesOptions
- Namespace
- Z.EntityFramework.Extensions.Shared.BatchSaveChanges
- Assembly
- Z.EntityFramework.Extensions.dll
The BatchSaveChangesOptions class.
public class BatchSaveChangesOptions
- Inheritance
-
BatchSaveChangesOptions
- Inherited Members
Constructors
BatchSaveChangesOptions()
public BatchSaveChangesOptions()
Properties
BatchSize
The maximum number of command to batches in one command during a BatchSaveChanges.
public int BatchSize { get; set; }
Property Value
TransactionIsolationLevel
Gets or sets the transaction isolation level.
public IsolationLevel? TransactionIsolationLevel { get; set; }
Property Value
- IsolationLevel?
The transaction isolation level.