The type of Extract
Namespace: RiaServicesContribAssembly: 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 name | Value | Description | |
---|---|---|---|
OriginalState | 0 | Extracts the original state of the entity, if the entity is unmodified then this is also the current state. | |
ModifiedState | 1 | Extracts the current state of the entity | |
ChangesOnlyState | 2 | Extracts only the properties with modified properties |