OleDbParameterCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Overloaded. Overridden. Adds an OleDbParameter to the OleDbParameterCollection. |
| AddRange | Overloaded. Overridden. Adds elements to the end of the OleDbParameterCollection. |
| AddWithValue | Adds a value to the end of the OleDbParameterCollection. |
| Clear | Overridden. Removes all OleDbParameter objects from the OleDbParameterCollection. |
| Contains | Overloaded. Overridden. Determines whether the specified object is in this OleDbParameterCollection. |
| CopyTo | Overloaded. Overridden. Copies all the elements of the current OleDbParameterCollection to the specified object. |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetEnumerator | Overridden. Returns an enumerator that iterates through the OleDbParameterCollection. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IndexOf | Overloaded. Overridden. Gets the location of the specified OleDbParameterCollection within the collection. |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| Insert | Overloaded. Overridden. Inserts a OleDbParameter object into the OleDbParameterCollection. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Overloaded. Overridden. Removes the OleDbParameter object from the OleDbParameterCollection. |
| RemoveAt | Overloaded. Overridden. Removes the OleDbParameter object from the OleDbParameterCollection at the specified index. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject.) |