DbSyncAdapterCollection Class

A collection of DbSyncAdapter objects.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<DbSyncAdapter>
    Microsoft.Synchronization.Data.DbSyncAdapterCollection

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

Syntax

'Declaration
Public NotInheritable Class DbSyncAdapterCollection _
    Inherits Collection(Of DbSyncAdapter)
'Usage
Dim instance As DbSyncAdapterCollection
public sealed class DbSyncAdapterCollection : Collection<DbSyncAdapter>
public ref class DbSyncAdapterCollection sealed : public Collection<DbSyncAdapter^>
[<SealedAttribute>]
type DbSyncAdapterCollection =  
    class
        inherit Collection<DbSyncAdapter>
    end
public final class DbSyncAdapterCollection extends Collection<DbSyncAdapter>

The DbSyncAdapterCollection type exposes the following members.

Constructors

  Name Description
Public method DbSyncAdapterCollection Initializes a new instance of the DbSyncAdapterCollection class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<DbSyncAdapter>.)
Public property Item[Int32] (Inherited from Collection<DbSyncAdapter>.)
Public property Item[String] Gets a DbSyncAdapter object from the collection when given a table name.
Protected property Items (Inherited from Collection<DbSyncAdapter>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<DbSyncAdapter>.)
Public method Clear (Inherited from Collection<DbSyncAdapter>.)
Protected method ClearItems (Inherited from Collection<DbSyncAdapter>.)
Public method Contains(String) Determines whether a specific DbSyncAdapter object is in the collection when given a table name.
Public method Contains(T) (Inherited from Collection<DbSyncAdapter>.)
Public method CopyTo (Inherited from Collection<DbSyncAdapter>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<DbSyncAdapter>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf(String) Searches for a DbSyncAdapter object when given a table name, and returns the zero-based index of the first occurrence within the whole collection.
Public method IndexOf(T) (Inherited from Collection<DbSyncAdapter>.)
Public method Insert (Inherited from Collection<DbSyncAdapter>.)
Protected method InsertItem (Inherited from Collection<DbSyncAdapter>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(String) Removes the first occurrence of a DbSyncAdapter object from the collection when given a table name.
Public method Remove(T) (Inherited from Collection<DbSyncAdapter>.)
Public method RemoveAt (Inherited from Collection<DbSyncAdapter>.)
Protected method RemoveItem (Inherited from Collection<DbSyncAdapter>.)
Protected method SetItem (Inherited from Collection<DbSyncAdapter>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<DbSyncAdapter>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<DbSyncAdapter>.)

Top

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.Data Namespace