SyncSchemaColumns Class
Represents a collection of SyncSchemaColumn objects.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncSchemaColumns type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of SyncSchemaColumn objects in the collection. |
![]() | Item[Int32] | Gets a SyncSchemaColumn object from the collection at the specified index. |
![]() | Item[String] | Gets a SyncSchemaColumn object from the collection when given a column name. |
| Name | Description | |
|---|---|---|
![]() | Add(String) | Adds a SyncSchemaColumn object with the specified column name to the end of the collection. |
![]() | Add(String, Type) | Adds a SyncSchemaColumn object with the specified column name and data type to the end of the collection. |
![]() | CanRemove | Determines whether a specific SyncSchemaColumn object can be removed from the collection. |
![]() | Contains | Determines whether a SyncSchemaColumn object with the specified name is in the collection. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes the first occurrence of a SyncSchemaColumn object with the specified name from the collection. |
![]() | ToString | (Inherited from Object.) |
Show:
