QuickObjects.ObjectBase Send comments on this topic.
OriginalValue Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : OriginalValue Property
OriginalValue is used to keep track of the original value loaded from the database during Load operation. This value is used for concurrency checking during an Update or Delete method.

Syntax

C# 
public OriginalField OriginalValue {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also