Show / Hide Table of Contents

Class QueryManagerController

Wrap the query manager object in order to wrap functionality and provide a testable implementation

Inheritance
System.Object
QueryManagerController
Implements
IQueryManagerController
Namespace: MESL.SqlRace.Domain.Query
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class QueryManagerController : Object, IQueryManagerController

Constructors

QueryManagerController()

Declaration
public QueryManagerController()

Methods

Query(String, CompositeFilter)

Queries the specified connection string with the provided filter.

Declaration
public 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>

Implements

IQueryManagerController
Back to top Generated by DocFX