Mono Class Library: Overview

MySql.Data.MySqlClient.MySqlParameterCollection: Members

The members of MySql.Data.MySqlClient.MySqlParameterCollection are listed below.

See Also: Inherited members from System.Data.Common.DbParameterCollection

Public Properties

[read-only]
override
Countint. Gets the number of MySqlParameter objects in the collection.
[read-only]
override
IsFixedSizebool. Gets a value that indicates whether the MySql.Data.MySqlClient.MySqlParameterCollection has a fixed size.
[read-only]
override
IsReadOnlybool. Gets a value that indicates whether the MySql.Data.MySqlClient.MySqlParameterCollection is read-only.
[read-only]
override
IsSynchronizedbool. Gets a value that indicates whether the MySql.Data.MySqlClient.MySqlParameterCollection is synchronized.
default property
Item(int)MySqlParameter. Gets the MySql.Data.MySqlClient.MySqlParameter at the specified index.
default property
Item(string)MySqlParameter. Gets the MySql.Data.MySqlClient.MySqlParameter with the specified name.
[read-only]
override
SyncRootobject. Gets an object that can be used to synchronize access to the MySql.Data.MySqlClient.MySqlParameterCollection.

Public Methods

Add(MySqlParameter) : MySqlParameter
Adds the specified MySql.Data.MySqlClient.MySqlParameter object to the MySql.Data.MySqlClient.MySqlParameterCollection.
override
Add(object) : int
Adds the specified MySql.Data.MySqlClient.MySqlParameter object to the MySql.Data.MySqlClient.MySqlParameterCollection.
Add(string, MySqlDbType) : MySqlParameter
Adds a MySql.Data.MySqlClient.MySqlParameter to the MySql.Data.MySqlClient.MySqlParameterCollection given the parameter name and the data type.
Add(string, object) : MySqlParameter
Adds a MySql.Data.MySqlClient.MySqlParameter to the MySql.Data.MySqlClient.MySqlParameterCollection given the specified parameter name and value.
Add(string, MySqlDbType, int) : MySqlParameter
Adds a MySql.Data.MySqlClient.MySqlParameter to the MySql.Data.MySqlClient.MySqlParameterCollection with the parameter name, the data type, and the column length.
Add(string, MySqlDbType, int, string) : MySqlParameter
Adds a MySql.Data.MySqlClient.MySqlParameter to the MySql.Data.MySqlClient.MySqlParameterCollection with the parameter name, the data type, the column length, and the source column name.
override
AddRange(Array)
Adds an array of values to the end of the MySql.Data.MySqlClient.MySqlParameterCollection.
AddWithValue(string, object) : MySqlParameter
Documentation for this section has not yet been entered.
override
Clear()
Removes all items from the collection.
override
Contains(object) : bool
Gets a value indicating whether a MySqlParameter exists in the collection.
override
Contains(string) : bool
Gets a value indicating whether a MySql.Data.MySqlClient.MySqlParameter with the specified parameter name exists in the collection.
override
CopyTo(Array, int)
Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
override
GetEnumerator() : IEnumerator
Returns an enumerator that iterates through the MySql.Data.MySqlClient.MySqlParameterCollection.
override
IndexOf(object) : int
Gets the location of a MySql.Data.MySqlClient.MySqlParameter in the collection.
override
IndexOf(string) : int
Gets the location of the MySql.Data.MySqlClient.MySqlParameter in the collection with a specific parameter name.
override
Insert(int, object)
Inserts a MySqlParameter into the collection at the specified index.
override
Remove(object)
Removes the specified MySqlParameter from the collection.
override
RemoveAt(int)
Removes the specified MySql.Data.MySqlClient.MySqlParameter from the collection using a specific index.
override
RemoveAt(string)
Removes the specified MySql.Data.MySqlClient.MySqlParameter from the collection using the parameter name.

Protected Methods

override
GetParameter(int) : System.Data.Common.DbParameter
Documentation for this section has not yet been entered.
override
GetParameter(string) : System.Data.Common.DbParameter
Retrieve the parameter with the given name.
override
SetParameter(int, System.Data.Common.DbParameter)
Documentation for this section has not yet been entered.
override
SetParameter(string, System.Data.Common.DbParameter)
Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.