Click or drag to resize

ParametersController Constructor

Initializes a new instance of the ParametersController class

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ParametersController(
	List<OleDbParameter> parms
)

Parameters

parms  ListOleDbParameter

[Missing <param name="parms"/> documentation for "M:Altaxo.Gui.DataConnection.ParametersController.#ctor(System.Collections.Generic.List{System.Data.OleDb.OleDbParameter})"]

See Also