Represents the direction of synchronization between source and destination.
- Namespace
- DbSyncKit
.Core .Enum - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
Syntax
public enum DirectionFields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| DestinationToSource | Direction | 1 |
Indicates synchronization from destination to source only.
static
|
| SourceToDestination | Direction | 0 |
Indicates synchronization from source to destination only.
static
|