ReliableSqlConnection.Current Property
Gets an instance of the SqlConnection object that represents the connection to a SQL Database instance.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public SqlConnection Current { get; }
'Declaration
Public ReadOnly Property Current As SqlConnection
Get
public:
property SqlConnection^ Current {
SqlConnection^ get ();
}
Property Value
Type: SqlConnection
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace