- Main Features
- Column Options
- Bulk Options
- Batch Operations
- Events
- Utilities
- C# Eval Expression
- Articles
- Troubleshooting
- Release Notes
Entity Framework Extensions TemporaryTableBatchByTable
Description
Gets or sets the number of batches that a temporary table can contain. This option may create multiple temporary tables when the number of batches to execute exceeds the limit specified.
context.BulkSaveChanges(options => { options.TemporaryTableBatchByTable = 0; // unlimited });
Purpose
So far, we have not found any scenario that could require it. But we still support this option!
Author: ZZZ Projects