[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameterCollection.SetParameter

SetParameter Method

SetParameter(string, DbParameter)

Sets the DbParameter object with the specified name to a new value.

Declaration
protected override void SetParameter(string parameterName, DbParameter value)
Parameters
Type Name Description
string parameterName

The name of the DbParameter object in the collection.

DbParameter value

The new DbParameter value.

Overrides

SetParameter(int, DbParameter)

Sets the DbParameter object at the specified index to a new value.

Declaration
protected override void SetParameter(int index, DbParameter value)
Parameters
Type Name Description
int index

The index where the DbParameter object is located.

DbParameter value

The new DbParameter value.

Overrides