ConnectionStore.Connections Property

Definition

Gets the list of connections so that they can be disposed of later.

public:
 property System::Collections::Generic::List<System::Data::IDbConnection ^> ^ Connections { System::Collections::Generic::List<System::Data::IDbConnection ^> ^ get(); };
public System.Collections.Generic.List<System.Data.IDbConnection> Connections { get; }
member this.Connections : System.Collections.Generic.List<System.Data.IDbConnection>
Public ReadOnly Property Connections As List(Of IDbConnection)

Property Value

List<IDbConnection>

Returns the list of connections.

Applies to