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
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.