Table of Contents

Class EntityBulkOperationOptions<T>

Namespace
Z.EntityFramework.Extensions
Assembly
Z.EntityFramework.Extensions.dll

An entity bulk operation.

public class EntityBulkOperationOptions<T> : BulkOperationOptions<T>, IDisposable where T : class

Type Parameters

T

Generic type parameter.

Inheritance
EntityBulkOperationOptions<T>
Implements
Inherited Members

Constructors

EntityBulkOperationOptions()

public EntityBulkOperationOptions()

Properties

DataTableBatchSize

Gets or sets the size of the data table in the batch.

public int DataTableBatchSize { get; set; }

Property Value

int

The size of the data table in the batch.