Represents the direction of synchronization between source and destination.
- Namespace
- DbSyncKit
.Core .Enum - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["Direction"]
class Type type-node
Syntax
public enum Direction
Fields
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
|