Interface IQueryManagerController
Wrap the query manager object in order to wrap functionality and provide a testable implementation
Namespace: MESL.SqlRace.Domain.Query
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IQueryManagerController
Methods
Query(String, CompositeFilter)
Queries the specified connection string with the provided filter.
Declaration
IEnumerable<SessionSummary> Query(string connectionString, CompositeFilter filter)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | connectionString | The connection string. |
| CompositeFilter | filter | The filter. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<SessionSummary> |