SqlConnectionExtensions Members
Include Protected Members
Include Inherited Members
Methods
Name | Description | |
---|---|---|
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.
|
|
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
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace