[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameterCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the DbParameter object at the specified from the collection.

Declaration
public override void RemoveAt(int index)
Parameters
Type Name Description
int index

The index where the DbParameter object is located.

Overrides

RemoveAt(string)

Removes the DbParameter object with the specified name from the collection.

Declaration
public override void RemoveAt(string parameterName)
Parameters
Type Name Description
string parameterName

The name of the DbParameter object to remove.

Overrides