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

OracleParameterCollection Class Properties

For a list of all members of this type, see OracleParameterCollection members.

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
See Also