6.17.4.4 Add(string, object)

This method adds an OracleParameter object to the collection using the supplied name and object value

Declaration

// C#
public OracleParameter Add(string name, object val);

Parameters

  • name

    The parameter name.

  • val

    The OracleParameter value.

Return Value

The newly created OracleParameter object which was added to the collection.