SAParameterCollection members

Public properties
Member name Description

Count property

Returns the number of SAParameter objects in the collection.

IsFixedSize property

Gets a value that indicates whether the SAParameterCollection has a fixed size.

IsReadOnly property

Gets a value that indicates whether the SAParameterCollection is read-only.

IsSynchronized property

Gets a value that indicates whether the SAParameterCollection object is synchronized.

Item properties

Gets and sets the SAParameter object at the specified index.

SyncRoot property

Gets an object that can be used to synchronize access to the SAParameterCollection.

Public methods
Member name Description

Add methods

Adds an SAParameter object to this collection.

AddRange methods

Adds an array of values to the end of the SAParameterCollection.

AddWithValue method

Adds a value to the end of this collection.

Clear method

Removes all items from the collection.

Contains methods

Indicates whether an SAParameter object exists in the collection.

CopyTo method

Copies SAParameter objects from the SAParameterCollection to the specified array.

GetEnumerator method

Returns an enumerator that iterates through the SAParameterCollection.

IndexOf methods

Returns the location of the SAParameter object in the collection.

Insert method

Inserts an SAParameter object in the collection at the specified index.

Remove method

Removes the specified SAParameter object from the collection.

RemoveAt methods

Removes the specified SAParameter object from the collection.

See also