Méthode | Description | |
---|---|---|
Execute ( Entities filter ) : Entities.ActiveConnection |
Return active connection that match the filter
|
|
Execute ( Entities filter ) : List |
Return all active connections that match the filter
|
|
Select ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System |
public Execute ( Entities filter ) : Entities.ActiveConnection | ||
filter | Entities | The filter used to select a active connection |
Résultat | Entities.ActiveConnection |
public Execute ( Entities filter ) : List |
||
filter | Entities | The filter used to select active connections |
Résultat | List |
public Select ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System | ||
db | Microsoft.Practices.EnterpriseLibrary.Data.Database | |
Résultat | System |