Name | Description | |
---|---|---|
OracleParameterCollection Constructor | Initializes a new instance of OracleParameterCollection. |
The following tables list the members exposed by OracleParameterCollection.
Name | Description | |
---|---|---|
OracleParameterCollection Constructor | Initializes a new instance of OracleParameterCollection. |
Name | Description | |
---|---|---|
Count | Gets the number of Devart.Common.DbParameterBase objects in the collection. (Inherited from Devart.Common.DbParameterBaseCollection) | |
IsFixedSize | Indicating whether the collection has a fixed size. (Inherited from Devart.Common.DbParameterBaseCollection) | |
IsReadOnly | Indicates whether the collection is read-only. (Inherited from Devart.Common.DbParameterBaseCollection) | |
IsSynchronized | Indicates whether access to the collection is synchronized (thread-safe). (Inherited from Devart.Common.DbParameterBaseCollection) | |
Item | Overloaded. Gets or sets the OracleParameter at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the Devart.Common.DbParameterBaseCollection. (Inherited from Devart.Common.DbParameterBaseCollection) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified OracleParameter to the OracleParameterCollection. | |
AddRange | Adds the specified array of Devart.Common.DbParameterBase objects to the Devart.Common.DbParameterBaseCollection. (Inherited from Devart.Common.DbParameterBaseCollection) | |
AddWithValue | Adds a OracleParameter to the OracleParameterCollection given the parameter name and value. | |
Clear | Removes all items from the collection. (Inherited from Devart.Common.DbParameterBaseCollection) | |
Contains | Overloaded. Gets a value indicating whether a Devart.Common.DbParameterBase object exists in the collection. (Inherited from Devart.Common.DbParameterBaseCollection) | |
CopyTo | Copies a Devart.Common.DbParameterBase objects from the Devart.Common.DbParameterBaseCollection to the specified array. (Inherited from Devart.Common.DbParameterBaseCollection) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IndexOf | Overloaded. Gets the location in the collection of the Devart.Common.DbParameterBase objects. (Inherited from Devart.Common.DbParameterBaseCollection) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Insert | Inserts a Devart.Common.DbParameterBase into the collection at the specified index. (Inherited from Devart.Common.DbParameterBaseCollection) | |
Remove | Removes the specified Devart.Common.DbParameterBase from the collection. (Inherited from Devart.Common.DbParameterBaseCollection) | |
RemoveAt | Overloaded. Removes the Devart.Common.DbParameterBase at the specified index from the collection. (Inherited from Devart.Common.DbParameterBaseCollection) |