OracleParameterCollection Methods
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Name | Description | |
---|---|---|
![]() | Add(Object) | Adds the specified OracleParameter object to the OracleParameterCollection.(Overrides DbParameterCollection.Add(Object).) |
![]() | Add(OracleParameter) | Adds the specified OracleParameter to the OracleParameterCollection. |
![]() | Add(String, Object) | Obsolete. Adds an OracleParameter to the OracleParameterCollection given the parameter name and value. |
![]() | Add(String, OracleType) | Adds an OracleParameter to the OracleParameterCollection given the parameter name and data type. |
![]() | Add(String, OracleType, Int32) | Adds an OracleParameter to the OracleParameterCollection given the parameter name, data type, and column length. |
![]() | Add(String, OracleType, Int32, String) | Adds an OracleParameter to the OracleParameterCollection given the parameter name, data type, column length, and source column name. |
![]() | AddRange(Array) | Adds an array of values to the end of the OracleParameterCollection.(Overrides DbParameterCollection.AddRange(Array).) |
![]() | AddRange(OracleParameter[]) | Adds an array of OracleParameter values to the end of the OracleParameterCollection. |
![]() | AddWithValue(String, Object) | Adds a value to the end of the OracleParameterCollection. |
![]() | Clear() | Removes all of the OracleParameter objects from the OracleParameterCollection.(Overrides DbParameterCollection.Clear().) |
![]() | Contains(Object) | Determines whether the specified object is in the OracleParameterCollection.(Overrides DbParameterCollection.Contains(Object).) |
![]() | Contains(OracleParameter) | Determines whether the specified OracleParameter is in the OracleParameterCollection. |
![]() | Contains(String) | Indicates whether an OracleParameter with the specified name is contained in the collection.(Overrides DbParameterCollection.Contains(String).) |
![]() | CopyTo(Array, Int32) | Copies all the elements of the current OracleParameterCollection to the specified one-dimensional Array starting at the specified destination Array index.(Overrides DbParameterCollection.CopyTo(Array, Int32).) |
![]() | CopyTo(OracleParameter[], Int32) | Copies all the elements of the current OracleParameterCollection to the specified OracleParameterCollection starting at the specified destination index. |
![]() | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the OracleParameterCollection.(Overrides DbParameterCollection.GetEnumerator().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | IndexOf(Object) | Gets the location of the specified Object within the collection.(Overrides DbParameterCollection.IndexOf(Object).) |
![]() | IndexOf(OracleParameter) | Gets the location of the specified OracleParameter within the collection. |
![]() | IndexOf(String) | Gets the location of the specified OracleParameter with the specified name.(Overrides DbParameterCollection.IndexOf(String).) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | Insert(Int32, Object) | Inserts a Object into the OracleParameterCollection at the specified index.(Overrides DbParameterCollection.Insert(Int32, Object).) |
![]() | Insert(Int32, OracleParameter) | Inserts a OracleParameter object into the OracleParameterCollection at the specified index. |
![]() | Remove(Object) | Removes the specified OracleParameter object from the collection.(Overrides DbParameterCollection.Remove(Object).) |
![]() | Remove(OracleParameter) | Removes the specified OracleParameter object from the collection. |
![]() | RemoveAt(Int32) | Removes the OracleParameter object at the specified index from the collection.(Overrides DbParameterCollection.RemoveAt(Int32).) |
![]() | RemoveAt(String) | Removes the OracleParameter object with the specified name from the collection.(Overrides DbParameterCollection.RemoveAt(String).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |