TestimoX

API Reference

Class

BenchmarkSqlExpectation

Namespace TestimoX.Benchmarks
Assembly TestimoX
Modifiers sealed

Defines how a SQL Server result set satisfies a benchmark check.

Inheritance

  • Object
  • BenchmarkSqlExpectation

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public BenchmarkSqlExpectationMode Mode { get; set; } #

Gets or sets the result-set matching mode.

public List<BenchmarkSqlExpectedValue> Columns { get; set; } #

Gets or sets expected values in result-column order.