BusinessLogicParameterCollection Methods

Include Protected Members
Include Inherited Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The BusinessLogicParameterCollection type exposes the following members.

Methods

  Name Description
Public method Add(Object) (Overrides ArrayList.Add(Object).)
Public method Add(BusinessLogicParameter)
Public method Add(String, DbType)
Public method Add(String, Object)
Public method Add(String, DbType, String)
Public method AddRange(ICollection) (Inherited from ArrayList.)
Public method BinarySearch(Object) (Inherited from ArrayList.)
Public method BinarySearch(Object, IComparer) (Inherited from ArrayList.)
Public method BinarySearch(Int32, Int32, Object, IComparer) (Inherited from ArrayList.)
Public method Clear() (Inherited from ArrayList.)
Public method Clone() (Inherited from ArrayList.)
Public method Contains(Object) (Inherited from ArrayList.)
Public method Contains(String)
Public method CopyTo(Array) (Inherited from ArrayList.)
Public method CopyTo(Array, Int32) (Inherited from ArrayList.)
Public method CopyTo(BusinessLogicParameterCollection, Int32)
Public method CopyTo(Int32, Array, Int32, Int32) (Inherited from ArrayList.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() (Inherited from ArrayList.)
Public method GetEnumerator(Int32, Int32) (Inherited from ArrayList.)
Public method GetHashCode() (Inherited from Object.)
Public method GetRange(Int32, Int32) (Inherited from ArrayList.)
Public method GetType() (Inherited from Object.)
Public method IndexOf(Object) (Inherited from ArrayList.)
Public method IndexOf(String)
Public method IndexOf(Object, Int32) (Inherited from ArrayList.)
Public method IndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Public method Insert(Int32, Object) (Inherited from ArrayList.)
Public method Insert(Int32, BusinessLogicParameterCollection)
Public method InsertRange(Int32, ICollection) (Inherited from ArrayList.)
Public method LastIndexOf(Object) (Inherited from ArrayList.)
Public method LastIndexOf(Object, Int32) (Inherited from ArrayList.)
Public method LastIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Remove(Object) (Inherited from ArrayList.)
Public method Remove(BusinessLogicParameterCollection)
Public method RemoveAt(Int32) (Inherited from ArrayList.)
Public method RemoveAt(String)
Public method RemoveRange(Int32, Int32) (Inherited from ArrayList.)
Public method Reverse() (Inherited from ArrayList.)
Public method Reverse(Int32, Int32) (Inherited from ArrayList.)
Public method SetRange(Int32, ICollection) (Inherited from ArrayList.)
Public method Sort() (Inherited from ArrayList.)
Public method Sort(IComparer) (Inherited from ArrayList.)
Public method Sort(Int32, Int32, IComparer) (Inherited from ArrayList.)
Public method ToArray() (Inherited from ArrayList.)
Public method ToArray(Type) (Inherited from ArrayList.)
Public method ToString() (Inherited from Object.)
Public method TrimToSize() (Inherited from ArrayList.)

Top