DbExecutionStrategy.RetriesOnFailure Property

 

Gets a value that indicates whether DbExecutionStrategy might 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 DbExecutionStrategy might retry the execution after a failure; otherwise, false.