SyncDataColumnCollection Members
A collection of the names of columns from tables in the server database.
The following tables list the members exposed by the SyncDataColumnCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of column names in the collection. | |
Item | Gets or sets a column name in the collection at the specified index. |
Top
Public Methods
(see also Protected Methods )
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 | Overloaded. (inherited from Object ) | |
GetEnumerator | Returns an enumerator that iterates through the column name collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
RemoveAt | Removes the column name at the specified index in the collection. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SyncDataColumnCollection Class
Microsoft.Synchronization.Data.Server Namespace