The members of System.Data.SqlClient.SqlParameterCollection are listed below.
See Also: Inherited members from System.Data.Common.DbParameterCollection
[read-only] overrideCount int. Documentation for this section has not yet been entered. [read-only] overrideIsFixedSize bool. Documentation for this section has not yet been entered. [read-only] overrideIsReadOnly bool. Documentation for this section has not yet been entered. [read-only] overrideIsSynchronized bool. Documentation for this section has not yet been entered. default propertyItem(int) SqlParameter. Documentation for this section has not yet been entered. default propertyItem(string) SqlParameter. Documentation for this section has not yet been entered. [read-only] overrideSyncRoot object. Documentation for this section has not yet been entered.
Add(SqlParameter) : SqlParameter Documentation for this section has not yet been entered. overrideAdd(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. overrideAddRange(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. overrideClear() Documentation for this section has not yet been entered.Contains(SqlParameter) : bool Documentation for this section has not yet been entered. overrideContains(object) : bool Documentation for this section has not yet been entered. overrideContains(string) : bool Documentation for this section has not yet been entered. overrideCopyTo(Array, int) Documentation for this section has not yet been entered.CopyTo(SqlParameter[], int) Documentation for this section has not yet been entered. overrideGetEnumerator() : IEnumerator Documentation for this section has not yet been entered.IndexOf(SqlParameter) : int Documentation for this section has not yet been entered. overrideIndexOf(object) : int Documentation for this section has not yet been entered. overrideIndexOf(string) : int Documentation for this section has not yet been entered.Insert(int, SqlParameter) Documentation for this section has not yet been entered. overrideInsert(int, object) Documentation for this section has not yet been entered.Remove(SqlParameter) Documentation for this section has not yet been entered. overrideRemove(object) Documentation for this section has not yet been entered. overrideRemoveAt(int) Documentation for this section has not yet been entered. overrideRemoveAt(string) Documentation for this section has not yet been entered.
overrideGetParameter(int) : System.Data.Common.DbParameter Documentation for this section has not yet been entered. overrideGetParameter(string) : System.Data.Common.DbParameter Documentation for this section has not yet been entered. overrideSetParameter(int, System.Data.Common.DbParameter) Documentation for this section has not yet been entered. overrideSetParameter(string, System.Data.Common.DbParameter) Documentation for this section has not yet been entered.
[read-only] IList.IsFixedSize bool. Documentation for this section has not yet been entered. [read-only] IList.IsReadOnly bool. Documentation for this section has not yet been entered. [read-only] ICollection.IsSynchronized bool. Documentation for this section has not yet been entered. IList.Item object. Documentation for this section has not yet been entered. System.Data.IDataParameterCollection.Item object. Documentation for this section has not yet been entered. [read-only] ICollection.SyncRoot object. Documentation for this section has not yet been entered.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.