SqlSyncSqlParameterCollection Class

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

System.Object
  System.Collections.ObjectModel.Collection(Of SqlParameter)
    Microsoft.Synchronization.Data.SqlServer.SqlSyncSqlParameterCollection

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

'Declaration
Public Class SqlSyncSqlParameterCollection _
	Inherits Collection(Of SqlParameter)
'Usage
Dim instance As SqlSyncSqlParameterCollection

The SqlSyncSqlParameterCollection type exposes the following members.

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

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

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

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate propertyICollection(Of T).IsReadOnly (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection(Of SqlParameter).)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection(Of 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: