Partager via


SqlConnectionExtensions Members

Include Protected Members
Include Inherited Members

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Methods

  Name Description
Public methodStatic member OpenWithRetry(SqlConnection)
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.
Public methodStatic member OpenWithRetry(SqlConnection, RetryPolicy)
Opens a database connection with the connection settings specified in the ConnectionString property of the connection object. Uses the specified retry policy when opening the connection.

See Also

SqlConnectionExtensions Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.SqlAzure Namespace