[]
Returns the DbParameter object at the specified index in the collection.
protected override DbParameter GetParameter(int index)
Protected Overrides Function GetParameter(index As Integer) As DbParameter
| 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)
Protected Overrides Function GetParameter(parameterName As String) As DbParameter
| 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. |