Mono Class Library: Overview

System.Data.Common.DbParameterCollection: Members

The members of System.Data.Common.DbParameterCollection are listed below.

See Also: Inherited members from System.MarshalByRefObject

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
abstract
Countint. Documentation for this section has not yet been entered.
[read-only]
abstract
IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
abstract
IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
abstract
IsSynchronizedbool. Documentation for this section has not yet been entered.
default property
Item(int)DbParameter. Documentation for this section has not yet been entered.
default property
Item(string)DbParameter. Documentation for this section has not yet been entered.
[read-only]
abstract
SyncRootobject. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

IList.Itemobject. Documentation for this section has not yet been entered.
System.Data.IDataParameterCollection.Itemobject. 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.