dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleParameterCollection Class
Properties Methods

In This Topic
    OracleParameterCollection Class Members
    In This Topic

    The following tables list the members exposed by OracleParameterCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of OracleParameterCollection.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of Devart.Common.DbParameterBase objects in the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public PropertyIndicating whether the collection has a fixed size. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public PropertyIndicates whether the collection is read-only. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public PropertyIndicates whether access to the collection is synchronized (thread-safe). (Inherited from Devart.Common.DbParameterBaseCollection)
    Public PropertyOverloaded. Gets or sets the OracleParameter at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the Devart.Common.DbParameterBaseCollection. (Inherited from Devart.Common.DbParameterBaseCollection)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified OracleParameter to the OracleParameterCollection.  
    Public MethodAdds the specified array of Devart.Common.DbParameterBase objects to the Devart.Common.DbParameterBaseCollection. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public MethodAdds a OracleParameter to the OracleParameterCollection given the parameter name and value.  
    Public MethodRemoves all items from the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public MethodOverloaded. Gets a value indicating whether a Devart.Common.DbParameterBase object exists in the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public MethodCopies a Devart.Common.DbParameterBase objects from the Devart.Common.DbParameterBaseCollection to the specified array. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets the location in the collection of the Devart.Common.DbParameterBase objects. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodInserts a Devart.Common.DbParameterBase into the collection at the specified index. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public MethodRemoves the specified Devart.Common.DbParameterBase from the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
    Public MethodOverloaded. Removes the Devart.Common.DbParameterBase at the specified index from the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
    Top
    See Also