[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameterCollection.IndexOf

IndexOf Method

IndexOf(object)

Returns the index of the specified DbParameter object.

Declaration
public override int IndexOf(object value)
Parameters
Type Name Description
object value

The DbParameter object in the collection.

Returns
Type Description
int

The index of the specified DbParameter object.

Overrides

IndexOf(string)

Returns the index of the DbParameter object with the specified name.

Declaration
public override int IndexOf(string parameterName)
Parameters
Type Name Description
string parameterName

The name of the DbParameter object in the collection.

Returns
Type Description
int

The index of the DbParameter object with the specified name.

Overrides