Direction Enum
Represents the direction of synchronization between source and destination.
Namespace
DbSyncKit.Core.Enum
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
Direction
Enum
ValueType
object
IComparable
IFormattable
IConvertible

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