|
| Name | Description |
|---|
.gif) | Add(Object) | Adds the specified SqlParameter object to the SqlParameterCollection. (Overrides DbParameterCollection..::.Add(Object).) |
.gif) | Add(SqlParameter) | Adds the specified SqlParameter object to the SqlParameterCollection. |
.gif) | Add(String, SqlDbType) | Adds a SqlParameter to the SqlParameterCollection given the parameter name and the data type. |
.gif) | Add(String, Object) | Obsolete. Adds the specified SqlParameter object to the SqlParameterCollection. |
.gif) | Add(String, SqlDbType, Int32) | Adds a SqlParameter to the SqlParameterCollection, given the specified parameter name, SqlDbType and size. |
.gif) | Add(String, SqlDbType, Int32, String) | Adds a SqlParameter to the SqlParameterCollection with the parameter name, the data type, and the column length. |
.gif) | AddRange(Array) | Adds an array of values to the end of the SqlParameterCollection. (Overrides DbParameterCollection..::.AddRange(Array).) |
.gif) | AddRange(array<SqlParameter>[]()[]) | Adds an array of SqlParameter values to the end of the SqlParameterCollection. |
.gif) | AddWithValue | Adds a value to the end of the SqlParameterCollection. |
.gif) | Clear | Removes all the SqlParameter objects from the SqlParameterCollection. (Overrides DbParameterCollection..::.Clear()()().) |
.gif) | Contains(Object) | Determines whether the specified Object is in this SqlParameterCollection. (Overrides DbParameterCollection..::.Contains(Object).) |
.gif) | Contains(SqlParameter) | Determines whether the specified SqlParameter is in this SqlParameterCollection. |
.gif) | Contains(String) | Determines whether the specified parameter name is in this SqlParameterCollection. (Overrides DbParameterCollection..::.Contains(String).) |
.gif) | CopyTo(Array, Int32) | Copies all the elements of the current SqlParameterCollection to the specified one-dimensional Array starting at the specified destination Array index. (Overrides DbParameterCollection..::.CopyTo(Array, Int32).) |
.gif) | CopyTo(array<SqlParameter>[]()[], Int32) | Copies all the elements of the current SqlParameterCollection to the specified SqlParameterCollection starting at the specified destination index. |
.gif) | 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.) |
.gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) | GetEnumerator | Returns an enumerator that iterates through the SqlParameterCollection. (Overrides DbParameterCollection..::.GetEnumerator()()().) |
.gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | GetParameter(Int32) | Returns the DbParameter object at the specified index in the collection. (Inherited from DbParameterCollection.) |
.gif) | GetParameter(String) | Returns DbParameter the object with the specified name. (Inherited from DbParameterCollection.) |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | IndexOf(Object) | Gets the location of the specified Object within the collection. (Overrides DbParameterCollection..::.IndexOf(Object).) |
.gif) | IndexOf(SqlParameter) | Gets the location of the specified SqlParameter within the collection. |
.gif) | IndexOf(String) | Gets the location of the specified SqlParameter with the specified name. (Overrides DbParameterCollection..::.IndexOf(String).) |
.gif) | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | Insert(Int32, SqlParameter) | Inserts a SqlParameter object into the SqlParameterCollection at the specified index. |
.gif) | Insert(Int32, Object) | Inserts an Object into the SqlParameterCollection at the specified index. (Overrides DbParameterCollection..::.Insert(Int32, Object).) |
.gif) | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
.gif) | Remove(Object) | Removes the specified SqlParameter from the collection. (Overrides DbParameterCollection..::.Remove(Object).) |
.gif) | Remove(SqlParameter) | Removes the specified SqlParameter from the collection. |
.gif) | RemoveAt(Int32) | Removes the SqlParameter from the SqlParameterCollection at the specified index. (Overrides DbParameterCollection..::.RemoveAt(Int32).) |
.gif) | RemoveAt(String) | Removes the SqlParameter from the SqlParameterCollection at the specified parameter name. (Overrides DbParameterCollection..::.RemoveAt(String).) |
.gif) | SetParameter(Int32, DbParameter) | Sets the DbParameter object at the specified index to a new value. (Inherited from DbParameterCollection.) |
.gif) | SetParameter(String, DbParameter) | Sets the DbParameter object with the specified name to a new value. (Inherited from DbParameterCollection.) |
.gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |