API Reference
Class
BenchmarkSqlExpectedValue
Defines one typed SQL Server result-column expectation.
Inheritance
- Object
- BenchmarkSqlExpectedValue
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
- Property BenchmarkSqlExpectation.Columns
Constructors
public BenchmarkSqlExpectedValue() #Inherited Methods
Properties
public BenchmarkSqlExpectedValueKind Kind { get; set; } #Gets or sets the value comparison kind.
public Boolean AllowNull { get; set; } #Gets or sets whether a database null also satisfies this expectation.
public Nullable<JsonElement> Value { get; set; } #Gets or sets an exact value or regular-expression pattern.
public Nullable<Decimal> Minimum { get; set; } #Gets or sets the inclusive numeric range minimum.
public Nullable<Decimal> Maximum { get; set; } #Gets or sets the inclusive numeric range maximum.