Entity Framework Extensions TemporaryTableSchemaName

Description

Gets or sets the schema name to use for the temporary table.

context.BulkSaveChanges(options =>
{
   options.TemporaryTableSchemaName = "zzz";
});

Purpose

In very rare occasions, you may need to specify a schema name. For example, when also using UsePermanentTable option.


Last updated: 2023-03-01
Author:


Contents