Advanced.Data.Provider Documentation

AdpParameterCollection Members

[This is preliminary documentation and subject to change.]

AdpParameterCollection overview

Public Instance Constructors

AdpParameterCollection ConstructorInitializes a new instance of the AdpParameterCollection class.

Public Instance Fields

_Collection Represents this instance of the AdpParameterCollection object created.

Public Instance Properties

Count Gets the number of AdpParameter objects in the collection.
IsFixedSize Gets a value indicating whether the collection has a fixed size.
IsReadOnly Gets a value indicating whether the AdpParameterCollection is read-only.
IsSynchronized Returns a value that indicates whether access to the collection is synchronized (thread safe).
Item Gets the AdpParameter with the specified name.
SyncRoot Returns the object that can be used to synchronize access to the collection.

Public Instance Methods

Add Adds a AdpParameter to the AdpParameterCollection.
Clear Removes all items from the collection.
Contains Gets a value indicating whether a AdpParameter exists in the collection.
CopyTo Copies AdpParameter objects from the AdpParameterCollection to the specified array.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator that can iterate through a collection.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Gets the location of a AdpParameter in the collection.
Insert Inserts a AdpParameter into the collection at the specified index.
Remove Removes the specified AdpParameter from the collection.
RemoveAt Removes the specified AdpParameter from the collection.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AdpParameterCollection Class | Advanced.Data.Provider Namespace