TestimoX

API Reference

Interface

IBenchmarkSqlConnectionResolver

Namespace TestimoX.Benchmarks.Providers
Assembly TestimoX
Modifiers abstract

Resolves a runtime-only SQL Server connection string for a typed benchmark target.

Usage

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

Accepted by parameters

Methods

public abstract String Resolve(BenchmarkTarget target, String database) #
Returns: String

Returns a connection string for one target and database without persisting it in benchmark artifacts.

Parameters

target TestimoX.Benchmarks.Targets.BenchmarkTarget requiredposition: 0
database System.String requiredposition: 1