15.4.8 List of HiRDBParameterCollection members

Organization of this subsection
(1) Constructor
(2) Inheritance classes
(3) Properties
(4) Methods

(1) Constructor

HiRDBParameterCollection

(2) Inheritance classes

MarshalByRefObject, IDataParameterCollection, IList, ICollection, IEnumerable

(3) Properties

MemberFunction
CountAcquires the number of HiRDBParameter objects stored in HiRDBParameterCollection.
IsFixedSizeAcquires a value indicating whether the size of HiRDBParameterCollection is fixed.
IsReadOnlyAcquires a value indicating whether or not HiRDBParameterCollection is read only.
IsSynchronizedAcquires a value indicating whether or not an access to HiRDBParameterCollection is synchronized (thread-safe).
SyncRootAcquires an object that can be used to synchronize an access to HiRDBParameterCollection.

(4) Methods

MemberFunction
AddAdds items to HiRDBParameterCollection.
ClearDeletes all items from HiRDBParameterCollection.
ContainsAcquires a value indicating whether or not HiRDBParameter is in the collection.
CopyToCopies the elements of HiRDBParameterCollection to Array using Array's specific index as the start position.
GetEnumeratorReturns an enumerator that can perform iterative operation on a collection.
IndexOfAcquires the location of HiRDBParameter in a collection.
InsertInserts an item at the specified location in HiRDBParameterCollection.
RemoveDeletes the first occurrence of the specified object in HiRDBParameterCollection.
RemoveAtDeletes HiRDBParameter from the collection.