CommitFailureHandler.PruningLimit Property

 

Gets the number of transactions to be executed on the context before the transaction log will be cleaned. The default value is 20.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual int PruningLimit { get; }

Property Value

Type: System.Int32

The number of transactions to be executed on the context before the transaction log will be cleaned.