Mono Class Library: Overview

System.Data.SqlClient.SqlParameterCollection: Members

The members of System.Data.SqlClient.SqlParameterCollection are listed below.

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

Public Properties

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

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.

Explicitly Implemented Interface Members

[read-only]
IList.IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
IList.IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
IList.Itemobject. Documentation for this section has not yet been entered.
System.Data.IDataParameterCollection.Itemobject. Documentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. 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.