/// Provides a set of extension methods adding retry capabilities into the standard <see cref="System.Data.IDbConnection"/> interface, which is used in PetaPoco.
/// </summary>
publicstaticclassPetaPocoConnectionExtensions
{
/// <summary>
/// Opens a database connection with the connection settings specified in the ConnectionString property of the connection object.
/// Uses the default retry policy when opening the connection.
/// </summary>
/// <param name="connection">The connection object that is required as per extension method declaration.</param>