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

