[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameterCollection.GetParameter

GetParameter Method

GetParameter(int)

Returns the DbParameter object at the specified index in the collection.

Declaration
protected override DbParameter GetParameter(int index)
Parameters
Type Name Description
int index

The index of the DbParameter in the collection.

Returns
Type Description
DbParameter
Overrides

GetParameter(string)

Returns DbParameter the object with the specified name.

Declaration
protected override DbParameter GetParameter(string parameterName)
Parameters
Type Name Description
string parameterName

The name of the DbParameter in the collection.

Returns
Type Description
DbParameter

The DbParameter the object with the specified name.

Overrides
Exceptions
Type Condition
C1DataConnectorProviderException

Parameter does not exists.