[]
Returns the DbParameter object at the specified index in the collection.
protected override DbParameter GetParameter(int index)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the DbParameter in the collection. |
| Type | Description |
|---|---|
| DbParameter |
Returns DbParameter the object with the specified name.
protected override DbParameter GetParameter(string parameterName)
| Type | Name | Description |
|---|---|---|
| string | parameterName | The name of the DbParameter in the collection. |
| Type | Description |
|---|---|
| DbParameter | The DbParameter the object with the specified name. |
| Type | Condition |
|---|---|
| C1DataConnectorProviderException | Parameter does not exists. |