PickDPParameterCollection Class

Represents a collection of parameters relevant to a System.Data.PickDP.PickDPCommand, as well as their respective mappings to columns in a System.Data.DataSet. This class cannot be inherited.  

Public Constructors

New

Constructor.

Public Methods

Add

When implemented by a class, adds an item to the System.Data.PickDP.PickDPParameterCollection.  

AddRange

When implemented by a class, adds a range of items to the System.Data.PickDP.PickDPParameterCollection.  

Clear (Inherits from IList)

When implemented by a class, removes all items from the System.Data.PickDP.PickDPParameterCollection.

Contains

Gets a value indicating whether a System.Data.PickDP.PickDPParameter exists in the collection.

CopyTo (Inherits from ICollection)

When implemented by a class, copies the elements of the System.Data.PickDP.PickDPParameterCollection to a System.Array, starting at a particular System.Array index.  

GetEnumerator (Inherits from IEnumerable)

Returns an enumerator that can iterate through a collection.

IndexOf

Gets the location of a System.Data.PickDP.PickDPParameter in the collection.

Insert (Inherits from IList)

When implemented by a class, inserts an item to the System.Data.PickDP.PickDPParameterCollection at the specified position.  

Remove (Inherits from IList)

When implemented by a class, removes the first occurrence of a specific object from the System.Data.PickDP.PickDPParameterCollection.  

RemoveAt

Removes the specified System.Data.PickDP.PickDPParameter from the collection.

Public Properties

Name

Type

Description

Count

Integer

When implemented by a class, gets the number of elements contained in the System.Data.PickDP.PickDPParameterCollection.

IsFixedSize

Boolean

When implemented by a class, gets a value indicating whether the System.Data.PickDP.PickDPParameterCollection has a fixed size.

IsReadOnly

Boolean

When implemented by a class, gets a value indicating whether the System.Data.PickDP.PickDPParameterCollection is read-only.

IsSynchronized

Boolean

When implemented by a class, gets a value indicating whether access to the System.Data.PickDP.PickDPParameterCollection is synchronized (thread-safe).

Item

System.Data.PickDP.PickDPParameter

When implemented by a class, gets or sets the element at the specified index. The index is specified in string form.

Item

System.Data.PickDP.PickDPParameter

When implemented by a class, gets or sets the element at the specified index. The index is specified in integer form.

SyncRoot

Object

When implemented by a class, gets an object that can be used to synchronize access to the System.Data.PickDP.PickDPParameterCollection.

 

 

 

Portions Copyright Microsoft© Corporation