Share via


SqlConnectionExtensions Members

Include Protected Members
Include Inherited Members

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.TransientFaultHandling Namespace