The following tables list the members exposed by TdParameterCollection.
Public Properties
| Name | Description |
 | Count | Overridden. Gets the number of TdParameter objects in the TdParameterCollection . |
 | IsFixedSize | Overridden. Gets a value indicating whether TdParameterCollection has a fixed size. This should always return false. |
 | IsReadOnly | Overridden. Indicates whether the TdParameterCollection is read-only. Always returns false |
 | IsSynchronized | Overridden. TdParameterCollection implements the System.Collections.ICollection interface. Therefore it supports the following property. However, it is only exposed when TdParameterCollection is cast to ICollection. It always returns false . |
 | Item | Overloaded. Gets or sets the TdParameter with the specified name. |
 | SyncRoot | Overridden. Returns the object that is used to synchronize access to the TdParameterCollection. |
Top
Public Methods
See Also