ULParameterCollection members

Public properties
Member name Description

Count property

Returns the number of ULParameter objects in the collection.

IsFixedSize property

Indicates whether the ULParameterCollection has a fixed size.

IsReadOnly property

Indicates whether the ULParameterCollection is read-only.

IsSynchronized property

Indicates whether the ULParameterCollection is synchronized.

Item properties

Gets and sets a [external link] DbParameter in the collection.

SyncRoot property

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

Public methods
Member name Description

Add methods

Adds a ULParameter to the collection.

AddRange methods

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

Clear method

Removes all the parameters from the collection.

Contains methods

Indicates whether a [external link] DbParameter with the specified property exists in the collection.

CopyTo method

Copies ULParameter objects from the ULParameterCollection to the specified array.

GetEnumerator method

Returns an enumerator for the collection.

IndexOf methods

Returns the index of the specified [external link] DbParameter object.

Insert method

Inserts an ULParameter in the collection at the specified index.

Remove method

Removes an ULParameter from the collection.

RemoveAt methods

Removes a specified [external link] DbParameter object from the collection.

See also