Mono Class Library: Overview

System.Data.SqlClient.SqlParameterCollection: Method Members

The methods of System.Data.SqlClient.SqlParameterCollection are listed below. For a list of all members, see the SqlParameterCollection Members list.

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

Public Methods

Add(SqlParameter) : SqlParameter
Documentation for this section has not yet been entered.
override
Add(object) : int
Documentation for this section has not yet been entered.
Add(string, System.Data.SqlDbType) : SqlParameter
Documentation for this section has not yet been entered.
Add(string, object) : SqlParameter
Documentation for this section has not yet been entered.
Add(string, System.Data.SqlDbType, int) : SqlParameter
Documentation for this section has not yet been entered.
Add(string, System.Data.SqlDbType, int, string) : SqlParameter
Documentation for this section has not yet been entered.
override
AddRange(Array)
Documentation for this section has not yet been entered.
AddRange(SqlParameter[])
Documentation for this section has not yet been entered.
AddWithValue(string, object) : SqlParameter
Documentation for this section has not yet been entered.
override
Clear()
Documentation for this section has not yet been entered.
Contains(SqlParameter) : bool
Documentation for this section has not yet been entered.
override
Contains(object) : bool
Documentation for this section has not yet been entered.
override
Contains(string) : bool
Documentation for this section has not yet been entered.
override
CopyTo(Array, int)
Documentation for this section has not yet been entered.
CopyTo(SqlParameter[], int)
Documentation for this section has not yet been entered.
override
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
IndexOf(SqlParameter) : int
Documentation for this section has not yet been entered.
override
IndexOf(object) : int
Documentation for this section has not yet been entered.
override
IndexOf(string) : int
Documentation for this section has not yet been entered.
Insert(int, SqlParameter)
Documentation for this section has not yet been entered.
override
Insert(int, object)
Documentation for this section has not yet been entered.
Remove(SqlParameter)
Documentation for this section has not yet been entered.
override
Remove(object)
Documentation for this section has not yet been entered.
override
RemoveAt(int)
Documentation for this section has not yet been entered.
override
RemoveAt(string)
Documentation for this section has not yet been entered.

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
Documentation for this section has not yet been entered.
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.