The type of Extract

Namespace: RiaServicesContrib
Assembly: RiaServicesContrib.EntityTools (in RiaServicesContrib.EntityTools.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum ExtractType
Visual Basic
Public Enumeration ExtractType
Visual C++
public enum class ExtractType

Members

Member nameValueDescription
OriginalState0 Extracts the original state of the entity, if the entity is unmodified then this is also the current state.
ModifiedState1 Extracts the current state of the entity
ChangesOnlyState2 Extracts only the properties with modified properties

See Also