DbParamsIDataParameterCollectionItem Property |
Gets or sets the parameter at the specified index.
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax Object IDataParameterCollection.this[
string parameterName
] { get; set; }
Private Property Item (
parameterName As String
) As Object Implements IDataParameterCollection.Item
Get
Set
Parameters
- parameterName
- Type: SystemString
The name of the parameter to retrieve.
Return Value
Type:
ObjectAn
Object at the specified index.
Implements
IDataParameterCollectionItemStringSee Also