SqlSyncSqlParameterCollection Class

Represents a collection of SqlParameter objects that can be indexed by the name of the parameter.

System.Object
  System.Collections.ObjectModel.Collection<SqlParameter>
    Microsoft.Synchronization.Data.SqlServer.SqlSyncSqlParameterCollection

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

public class SqlSyncSqlParameterCollection : Collection<SqlParameter>

The SqlSyncSqlParameterCollection type exposes the following members.

  NameDescription
Public methodSqlSyncSqlParameterCollectionInitializes a new instance of the SqlSyncSqlParameterCollection class.
Top

  NameDescription
Public propertyCount (Inherited from Collection<SqlParameter>.)
Public propertyItem[Int32] (Inherited from Collection<SqlParameter>.)
Public propertyItem[String]An indexer property that gets the parameter object with the specified name in the collection.
Protected propertyItems (Inherited from Collection<SqlParameter>.)
Top

  NameDescription
Public methodAdd (Inherited from Collection<SqlParameter>.)
Public methodClear (Inherited from Collection<SqlParameter>.)
Protected methodClearItems (Inherited from Collection<SqlParameter>.)
Public methodContains (Inherited from Collection<SqlParameter>.)
Public methodCopyTo (Inherited from Collection<SqlParameter>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection<SqlParameter>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from Collection<SqlParameter>.)
Public methodInsert (Inherited from Collection<SqlParameter>.)
Protected methodInsertItem (Inherited from Collection<SqlParameter>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from Collection<SqlParameter>.)
Public methodRemoveAt (Inherited from Collection<SqlParameter>.)
Protected methodRemoveItem (Inherited from Collection<SqlParameter>.)
Protected methodSetItem (Inherited from Collection<SqlParameter>.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate propertyICollection<T>.IsReadOnly (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection<SqlParameter>.)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection<SqlParameter>.)
Top

This class is used to represent the collection of filter parameters that are used to control which items are enumerated from a parameter-based filter.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: