Mono Class Library: Overview

System.Data.Common.DbParameterCollection: Method Members

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

See Also: Inherited members from System.MarshalByRefObject

Public Methods

abstract
Add(object) : int
Documentation for this section has not yet been entered.
abstract
AddRange(Array)
Documentation for this section has not yet been entered.
abstract
Clear()
Documentation for this section has not yet been entered.
abstract
Contains(object) : bool
Documentation for this section has not yet been entered.
abstract
Contains(string) : bool
Documentation for this section has not yet been entered.
abstract
CopyTo(Array, int)
Documentation for this section has not yet been entered.
abstract
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
abstract
IndexOf(object) : int
Documentation for this section has not yet been entered.
abstract
IndexOf(string) : int
Documentation for this section has not yet been entered.
abstract
Insert(int, object)
Documentation for this section has not yet been entered.
abstract
Remove(object)
Documentation for this section has not yet been entered.
abstract
RemoveAt(int)
Documentation for this section has not yet been entered.
abstract
RemoveAt(string)
Documentation for this section has not yet been entered.

Protected Methods

abstract
GetParameter(int) : DbParameter
Documentation for this section has not yet been entered.
abstract
GetParameter(string) : DbParameter
Documentation for this section has not yet been entered.
abstract
SetParameter(int, DbParameter)
Documentation for this section has not yet been entered.
abstract
SetParameter(string, DbParameter)
Documentation for this section has not yet been entered.