TestimoX

API Reference

Class

BenchmarkSqlServerBinding

Namespace TestimoX.Benchmarks
Assembly TestimoX
Modifiers sealed

Describes a SQL Server evidence query and optional reversible instance configuration.

Inheritance

  • Object
  • BenchmarkSqlServerBinding

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 String Query { get; set; } #

Gets or sets the single read-only T-SQL SELECT or SELECT-producing CTE supplied by the benchmark source.

public String Database { get; set; } #

Gets or sets the database in which the query is executed.

public String ConfigurationName { get; set; } #

Gets or sets a sys.configurations name when this is a reversible instance setting.

public BenchmarkSqlExpectation Expectation { get; set; } #

Gets or sets the typed expectation applied to query rows.