Class BatchDeleteManager
- Namespace
- Z.EntityFramework.Extensions
- Assembly
- Z.EntityFramework.Extensions.dll
Manage EF+ Batch Delete Configuration.
public class BatchDeleteManager
- Inheritance
-
BatchDeleteManager
- Inherited Members
Constructors
BatchDeleteManager()
public BatchDeleteManager()
Properties
BatchDeleteBuilder
Gets or sets the batch delete builder to change default configuration.
public static Action<BatchDelete> BatchDeleteBuilder { get; set; }
Property Value
- Action<BatchDelete>
The batch delete builder to change default configuration.
IsInMemoryQuery
Gets or sets a value indicating whether this object is in memory query.
public static bool IsInMemoryQuery { get; set; }
Property Value
- bool
True if this object is in memory query, false if not.
UseMySqlSchema
Gets or sets a value indicating whether this object use schema for MySQL provider.
public static bool UseMySqlSchema { get; set; }
Property Value
- bool
True if use schema for MySQL provider, false if not.