The members of System.Data.Common.DbParameterCollection are listed below.
See Also: Inherited members from System.MarshalByRefObject
Protected Constructors
| | Documentation for this section has not yet been entered. |
Public Properties
[read-only] abstract | Count | int. Documentation for this section has not yet been entered. |
[read-only] abstract | IsFixedSize | bool. Documentation for this section has not yet been entered. |
[read-only] abstract | IsReadOnly | bool. Documentation for this section has not yet been entered. |
[read-only] abstract | IsSynchronized | bool. Documentation for this section has not yet been entered. |
default property | Item(int) | DbParameter. Documentation for this section has not yet been entered. |
default property | Item(string) | DbParameter. Documentation for this section has not yet been entered. |
[read-only] abstract | SyncRoot | object. Documentation for this section has not yet been entered. |
Public Methods
abstract | Add(object) : intDocumentation for this section has not yet been entered. |
abstract | AddRange(Array)Documentation for this section has not yet been entered. |
abstract | Clear()Documentation for this section has not yet been entered. |
abstract | Contains(object) : boolDocumentation for this section has not yet been entered. |
abstract | Contains(string) : boolDocumentation for this section has not yet been entered. |
abstract | CopyTo(Array, int)Documentation for this section has not yet been entered. |
abstract | GetEnumerator() : IEnumeratorDocumentation for this section has not yet been entered. |
abstract | IndexOf(object) : intDocumentation for this section has not yet been entered. |
abstract | IndexOf(string) : intDocumentation for this section has not yet been entered. |
abstract | Insert(int, object)Documentation for this section has not yet been entered. |
abstract | Remove(object)Documentation for this section has not yet been entered. |
abstract | RemoveAt(int)Documentation for this section has not yet been entered. |
abstract | RemoveAt(string)Documentation for this section has not yet been entered. |
Protected Methods
Explicitly Implemented Interface Members
Extension Methods