This documentation is archived and is not being maintained.
ExchangeType Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies whether data merges up to the Publisher or in both directions between the Publisher and the Subscriber
[Visual Basic] <Serializable> Public Enum ExchangeType [C#] [Serializable] public enum ExchangeType [C++] [Serializable] __value public enum ExchangeType [JScript] public Serializable enum ExchangeType
Members
| Member name | Description |
|---|---|
| BiDirectional Supported only by the .NET Compact Framework. | Merges all changes between the Publisher and Subscriber (default). |
| Upload Supported only by the .NET Compact Framework. | Merges only the Subscriber changes with the Publisher. |
Requirements
Namespace: System.Data.SqlServerCe
Platforms: .NET Compact Framework
Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)
See Also
Show: