Nonstop Database, HiRDB Version 9 UAP Development Guide
HiRDBParameterCollection
| Member | Function | Supported ADO.NET version |
|---|---|---|
| Count | Acquires the number of HiRDBParameter objects stored in HiRDBParameterCollection. | 1.1 or later |
| IsFixedSize | Acquires a value indicating whether the size of HiRDBParameterCollection is fixed. | 1.1 or later |
| IsReadOnly | Acquires a value indicating whether or not HiRDBParameterCollection is read only. | 1.1 or later |
| IsSynchronized | Acquires a value indicating whether or not an access to HiRDBParameterCollection is synchronized (thread-safe). | 1.1 or later |
| Item[int] | Acquires the HiRDBParameter object for a specified index or sets the HiRDBParameter object in a specified index. | 1.1 or later |
| Item[string] | 1.1 or later | |
| SyncRoot | Acquires an object that can be used to synchronize an access to HiRDBParameterCollection. | 1.1 or later |
| Member | Function | Supported ADO.NET version |
|---|---|---|
| Add (object) | Adds items to HiRDBParameterCollection. | 1.1 or later |
| Add (HiRDBParameter) | 1.1 or later | |
| Add (string, object) | 1.1 or later | |
| Add (string, HiRDBType) | 1.1 or later | |
| Add (string, HiRDBType, int) | 1.1 or later | |
| Add (string, HiRDBType, int, string) | 1.1 or later | |
| AddRange (Array) | Adds an array in the HiRDBParameter object to HiRDBParameterCollection. | 1.1 or later |
| AddRange (HiRDBParameter[]) | 1.1 or later | |
| Clear () | Deletes all items from HiRDBParameterCollection. | 1.1 or later |
| Contains (object) | Acquires a value indicating whether or not HiRDBParameter is in the collection. | 1.1 or later |
| Contains (HiRDBParameter) | 1.1 or later | |
| Contains (string) | 1.1 or later | |
| CopyTo (Array, int) | Copies the elements of HiRDBParameterCollection to Array using Array's specific index as the start position. | 1.1 or later |
| GetEnumerator () | Returns an enumerator that can perform iterative operation on a collection. | 1.1 or later |
| IndexOf (object) | Acquires the location of HiRDBParameter in a collection. | 1.1 or later |
| IndexOf (string) | 1.1 or later | |
| Insert (int, object) | Inserts an item at the specified location in HiRDBParameterCollection. | 1.1 or later |
| Insert (int, HiRDBParameter) | 1.1 or later | |
| Remove | Deletes the first occurrence of the specified object in HiRDBParameterCollection. | 1.1 or later |
| RemoveAt (int) | Deletes HiRDBParameter from the collection. | 1.1 or later |
| RemoveAt (string) | 1.1 or later |
All Rights Reserved. Copyright (C) 2011, Hitachi, Ltd.