Click or drag to resize
DbParamsIDataParameterCollectionItem Property
Gets or sets the parameter at the specified index.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
Object IDataParameterCollection.this[
	string parameterName
] { get; set; }

Parameters

parameterName
Type: SystemString
The name of the parameter to retrieve.

Return Value

Type: Object
An Object at the specified index.

Implements

IDataParameterCollectionItemString
See Also