DefaultExecutionStrategy.RetriesOnFailure Property

 

Gets whether the DefaultExecutionStrategy will retry the execution after a failure.

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

public bool RetriesOnFailure { get; }

Property Value

Type: System.Boolean

true if the DefaultExecutionStrategy will retry the execution after a failure; otherwise, false.