This topic has not yet been rated - Rate this topic

BusinessLogicParameterCollection Class

This API supports the infrastructure and is not intended to be used directly from your code.
System.Object
  System.Collections.ArrayList
    Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
public class BusinessLogicParameterCollection : ArrayList, 
	IDataParameterCollection, IList, ICollection, IEnumerable

The BusinessLogicParameterCollection type exposes the following members.

  NameDescription
Public propertyCapacity (Inherited from ArrayList.)
Public propertyCount (Inherited from ArrayList.)
Public propertyIsFixedSize (Inherited from ArrayList.)
Public propertyIsReadOnly (Inherited from ArrayList.)
Public propertyIsSynchronized (Inherited from ArrayList.)
Public propertyItem[Int32] (Inherited from ArrayList.)
Public propertyItem[String]
Public propertySyncRoot (Inherited from ArrayList.)
Top
  NameDescription
Public methodAdd(Object) (Overrides ArrayList.Add(Object).)
Public methodAdd(BusinessLogicParameter)
Public methodAdd(String, DbType)
Public methodAdd(String, Object)
Public methodAdd(String, DbType, String)
Public methodAddRange (Inherited from ArrayList.)
Public methodBinarySearch(Object) (Inherited from ArrayList.)
Public methodBinarySearch(Object, IComparer) (Inherited from ArrayList.)
Public methodBinarySearch(Int32, Int32, Object, IComparer) (Inherited from ArrayList.)
Public methodClear (Inherited from ArrayList.)
Public methodClone (Inherited from ArrayList.)
Public methodContains(Object) (Inherited from ArrayList.)
Public methodContains(String)
Public methodCopyTo(Array) (Inherited from ArrayList.)
Public methodCopyTo(Array, Int32) (Inherited from ArrayList.)
Public methodCopyTo(BusinessLogicParameterCollection, Int32)
Public methodCopyTo(Int32, Array, Int32, Int32) (Inherited from ArrayList.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator() (Inherited from ArrayList.)
Public methodGetEnumerator(Int32, Int32) (Inherited from ArrayList.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ArrayList.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(Object) (Inherited from ArrayList.)
Public methodIndexOf(String)
Public methodIndexOf(Object, Int32) (Inherited from ArrayList.)
Public methodIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Public methodInsert(Int32, Object) (Inherited from ArrayList.)
Public methodInsert(Int32, BusinessLogicParameterCollection)
Public methodInsertRange (Inherited from ArrayList.)
Public methodLastIndexOf(Object) (Inherited from ArrayList.)
Public methodLastIndexOf(Object, Int32) (Inherited from ArrayList.)
Public methodLastIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(Object) (Inherited from ArrayList.)
Public methodRemove(BusinessLogicParameterCollection)
Public methodRemoveAt(Int32) (Inherited from ArrayList.)
Public methodRemoveAt(String)
Public methodRemoveRange (Inherited from ArrayList.)
Public methodReverse() (Inherited from ArrayList.)
Public methodReverse(Int32, Int32) (Inherited from ArrayList.)
Public methodSetRange (Inherited from ArrayList.)
Public methodSort() (Inherited from ArrayList.)
Public methodSort(IComparer) (Inherited from ArrayList.)
Public methodSort(Int32, Int32, IComparer) (Inherited from ArrayList.)
Public methodToArray() (Inherited from ArrayList.)
Public methodToArray(Type) (Inherited from ArrayList.)
Public methodToString (Inherited from Object.)
Public methodTrimToSize (Inherited from ArrayList.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.