DbSyncColumnDescriptionCollection Class
Represents a collection of DbSyncColumnDescription objects.
System.Object
System.Collections.ObjectModel.Collection<DbSyncColumnDescription>
Microsoft.Synchronization.Data.DbSyncColumnDescriptionCollection
System.Collections.ObjectModel.Collection<DbSyncColumnDescription>
Microsoft.Synchronization.Data.DbSyncColumnDescriptionCollection
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbSyncColumnDescriptionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbSyncColumnDescriptionCollection | Initializes a new instance of the DbSyncColumnDescriptionCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() | Item[Int32] | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() | Item[String] | Gets a DbSyncColumnDescription object with the specified name from the collection. |
![]() | Items | (Inherited from Collection<DbSyncColumnDescription>.) |
Top
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | IList.Contains | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | IList.IndexOf | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | IList.Insert | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | ICollection<T>.IsReadOnly | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | IList.Item | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | IList.Remove | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection<DbSyncColumnDescription>.) |
Show:

