SqlParameterCollection
Represents a collection of parameters associated with a SqlCommand and their respective mappings to columns in a DataSet. This class cannot be inherited.
Gets the SqlParameter at the specified index.
Gets the SqlParameter with the specified name.
Adds the specified SqlParameter object to the SqlParameterCollection.
Adds a SqlParameter to the SqlParameterCollection given the parameter name and the data type.
Adds a SqlParameter to the SqlParameterCollection, given the specified parameter name, SqlDbType and size.
Adds an array of SqlParameter values to the end of the SqlParameterCollection.
Adds a value to the end of the SqlParameterCollection.
Determines whether the specified SqlParameter is in this SqlParameterCollection.
Copies all the elements of the current SqlParameterCollection to the specified SqlParameterCollection starting at the specified destination index.
Gets the location of the specified SqlParameter within the collection.
Inserts a SqlParameter object into the SqlParameterCollection at the specified index.
Removes the specified SqlParameter from the collection.