<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview4.26064.3" />

Microsoft.Data.SqlClient.SqlConfigurableRetryFactory

public sealed class SqlConfigurableRetryFactory
Provides different retry logic providers with a common list of transient errors.
public static ReadOnlyCollection<int> BaselineTransientErrors { get; }

This list may change at any time as the underlying implementation changes, and will not be considered a breaking API change. Applications should not depend on this list containing any particular error codes.

Provides an exponential time interval retry logic provider.

Provides a fixed interval time retry logic provider.

Provides an incremental time interval retry logic provider.

Provides a non-retryable provider with a TransientPredicate that returns false.