QuickObjects.ObjectBase Send comments on this topic.
Value Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > OriginalField Class : Value Property
Value property holds the original value of the field and is then used in creating concurrency checks during Update or Delete commands.

Syntax

C# 
public object Value {get; set;}

Requirements

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

See Also