SyncDataColumnCollection Class

A collection of the names of columns from tables in the server database.

System.Object
  Microsoft.Synchronization.Data.Server.SyncDataColumnCollection

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

public sealed class SyncDataColumnCollection : IEnumerable

The SyncDataColumnCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of column names in the collection.
Public propertyItemGets or sets a column name in the collection at the specified index.
Top

  NameDescription
Public methodAddAdds a column name to the end of the collection.
Public methodAddRangeAdds an array of column names to the end of the collection.
Public methodClearClears the collection of all column names.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorReturns an enumerator that iterates through the column name collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveAtRemoves the column name at the specified index in the collection.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: