Table of Contents

Interface IDatabaseQueryChecker

Namespace
CMS.Tests
Assembly
CMS.Tests.dll

Common interface for checking database calls.

public interface IDatabaseQueryChecker
Extension Methods

Methods

Check<TResult>(object, ExecuteQueryEventArgs<TResult>)

Allows to check database query call.

void Check<TResult>(object sender, ExecuteQueryEventArgs<TResult> args)

Parameters

sender object
args ExecuteQueryEventArgs<TResult>

Type Parameters

TResult