6.20.1 OracleParameterCollection Members

OracleParameterCollection members are listed in the following tables.

OracleParameterCollection Static Methods

OracleParameterCollection static methods are listed in Table 6-107.

Table 6-107 OracleParameterCollection Static Methods

Method Description

Equals

Inherited from System.Object (Overloaded)

OracleParameterCollection Properties

OracleParameterCollection properties are listed in Table 6-108.

Table 6-108 OracleParameterCollection Properties

Property Description

Count

Specifies the number of OracleParameters in the collection

Item

Gets and sets the OracleParameter object (Overloaded)

IsFixedSize

Gets a value that indicates whether the OracleParameterCollection has a fixed size

IsReadOnly

Gets a value that indicates whether the OracleParameterCollection is read-only

IsSynchronized

Gets a value that indicates whether the OracleParameterCollection is synchronized.

SyncRoot

Gets an object that can be used to synchronize access to the OracleParameterCollection

OracleParameterCollection Public Methods

OracleParameterCollection public methods are listed in Table 6-109.

Table 6-109 OracleParameterCollection Public Methods

Public Method Description

Add

Adds objects to the collection (Overloaded)

AddRange

Adds elements to the end of the OracleParameterCollection

Clear

Removes all the OracleParameter objects from the collection

Contains

Indicates whether or not objects exist in the collection (Overloaded)

CopyTo

Copies OracleParameter objects from the collection, starting with the supplied index to the supplied array

CreateObjRef

Inherited from System.MarshalByRefObject

Equals

Inherited from System.Object (Overloaded)

GetEnumerator

Returns an enumerator that iterates through the OracleParameterCollection

GetHashCode

Inherited from System.Object

GetLifetimeService

Inherited from System.MarshalByRefObject

GetType

Inherited from System.Object

InitializeLifetimeService

Inherited from System.MarshalByRefObject

IndexOf

Returns the index of the objects in the collection (Overloaded)

Insert

Inserts the supplied OracleParameter to the collection at the specified index

Remove

Removes objects from the collection

RemoveAt

Removes objects from the collection by location (Overloaded)

ToString

Inherited from System.Object