SyncDataColumnCollection Class
A collection of the names of columns from tables in the server database.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
The SyncDataColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add | Adds a column name to the end of the collection. |
![]() | AddRange | Adds an array of column names to the end of the collection. |
![]() | Clear | Clears the collection of all column names. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the column name collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveAt | Removes the column name at the specified index in the collection. |
![]() | ToString | (Inherited from Object.) |
Show:
