Table of Contents

Constructor ReportQueryParameter

Namespace
DocWright.Reporting.Data
Assembly
DocWright.Reporting.dll

ReportQueryParameter(string, object?)

Initializes a query parameter.

public ReportQueryParameter(string name, object? value)

Parameters

name string

The name, as the definition states it (for example @Region).

value object

The value: null, a single value, or an array for a multi-value parameter.

Exceptions

ArgumentNullException

name is null.