ConnectionStore.Connections Propiedad

Definición

Obtiene la lista de conexiones para que se puedan eliminar más tarde.

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)

Valor de propiedad

Devuelve la lista de conexiones.

Se aplica a